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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=34",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 35,
    "results": [
        {
            "start": 821450198,
            "stop": 821450200
        },
        {
            "start": 821450679,
            "stop": 821458506
        },
        {
            "start": 821460498,
            "stop": 821460733
        },
        {
            "start": 821460759,
            "stop": 821460762
        },
        {
            "start": 821462036,
            "stop": 821467453
        },
        {
            "start": 821468555,
            "stop": 821469007
        },
        {
            "start": 821471011,
            "stop": 821471452
        },
        {
            "start": 821471554,
            "stop": 821471760
        },
        {
            "start": 821475167,
            "stop": 821475245
        },
        {
            "start": 821475511,
            "stop": 821475553
        },
        {
            "start": 821475578,
            "stop": 821475581
        },
        {
            "start": 821479185,
            "stop": 821479273
        },
        {
            "start": 821479314,
            "stop": 821479317
        },
        {
            "start": 821482252,
            "stop": 821519346
        },
        {
            "start": 821663152,
            "stop": 821663459
        },
        {
            "start": 821663557,
            "stop": 821664942
        },
        {
            "start": 821668429,
            "stop": 821670073
        },
        {
            "start": 821670099,
            "stop": 821670102
        },
        {
            "start": 821670845,
            "stop": 821670877
        },
        {
            "start": 821671030,
            "stop": 821671273
        }
    ]
}