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_CW_CAT1/segments?format=api&page=29
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=28",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 29,
    "results": [
        {
            "start": 817784709,
            "stop": 817821584
        },
        {
            "start": 817822357,
            "stop": 817824853
        },
        {
            "start": 817827309,
            "stop": 817852385
        },
        {
            "start": 817855011,
            "stop": 817915254
        },
        {
            "start": 817938329,
            "stop": 817943838
        },
        {
            "start": 817944483,
            "stop": 817953006
        },
        {
            "start": 817953663,
            "stop": 818012209
        },
        {
            "start": 818019228,
            "stop": 818019920
        },
        {
            "start": 818025019,
            "stop": 818027480
        },
        {
            "start": 818030253,
            "stop": 818034349
        },
        {
            "start": 818035138,
            "stop": 818059273
        },
        {
            "start": 818060900,
            "stop": 818068453
        },
        {
            "start": 818069674,
            "stop": 818077186
        },
        {
            "start": 818077734,
            "stop": 818112830
        },
        {
            "start": 818120231,
            "stop": 818160970
        },
        {
            "start": 818164301,
            "stop": 818172853
        },
        {
            "start": 818174513,
            "stop": 818180468
        },
        {
            "start": 818180720,
            "stop": 818182077
        },
        {
            "start": 818185336,
            "stop": 818324128
        },
        {
            "start": 818324472,
            "stop": 818326513
        }
    ]
}