Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=266
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=265",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 266,
    "results": [
        {
            "start": 849831441,
            "stop": 849831876
        },
        {
            "start": 849831880,
            "stop": 849831939
        },
        {
            "start": 849831944,
            "stop": 849832019
        },
        {
            "start": 849832023,
            "stop": 849832216
        },
        {
            "start": 849832221,
            "stop": 849870128
        },
        {
            "start": 849871852,
            "stop": 849895327
        },
        {
            "start": 849896798,
            "stop": 849901333
        },
        {
            "start": 849901566,
            "stop": 849903493
        },
        {
            "start": 849907751,
            "stop": 849908389
        },
        {
            "start": 849909927,
            "stop": 849911653
        },
        {
            "start": 849925255,
            "stop": 849927253
        },
        {
            "start": 849930978,
            "stop": 849956631
        },
        {
            "start": 849956635,
            "stop": 849956640
        },
        {
            "start": 849956649,
            "stop": 849958368
        },
        {
            "start": 849958372,
            "stop": 849958430
        },
        {
            "start": 849958438,
            "stop": 849958444
        },
        {
            "start": 849958472,
            "stop": 849958566
        },
        {
            "start": 849958570,
            "stop": 849958575
        },
        {
            "start": 849958579,
            "stop": 849958634
        },
        {
            "start": 849958637,
            "stop": 849958648
        }
    ]
}