Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=539
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=540",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=538",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 539,
    "results": [
        {
            "start": 830283548,
            "stop": 830291808
        },
        {
            "start": 830291881,
            "stop": 830294062
        },
        {
            "start": 830294968,
            "stop": 830297186
        },
        {
            "start": 830297320,
            "stop": 830298146
        },
        {
            "start": 830298151,
            "stop": 830308737
        },
        {
            "start": 830308882,
            "stop": 830324476
        },
        {
            "start": 830325127,
            "stop": 830334789
        },
        {
            "start": 830337595,
            "stop": 830343069
        },
        {
            "start": 830343661,
            "stop": 830360282
        },
        {
            "start": 830360989,
            "stop": 830361103
        },
        {
            "start": 830363172,
            "stop": 830365584
        },
        {
            "start": 830368418,
            "stop": 830380416
        },
        {
            "start": 830380501,
            "stop": 830380720
        },
        {
            "start": 830382272,
            "stop": 830387270
        },
        {
            "start": 830388452,
            "stop": 830391575
        },
        {
            "start": 830391580,
            "stop": 830391777
        },
        {
            "start": 830391782,
            "stop": 830391815
        },
        {
            "start": 830392175,
            "stop": 830392582
        },
        {
            "start": 830392587,
            "stop": 830393322
        },
        {
            "start": 830393404,
            "stop": 830393485
        }
    ]
}