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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=53",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 54,
    "results": [
        {
            "start": 941009453,
            "stop": 941009456
        },
        {
            "start": 941009459,
            "stop": 941009460
        },
        {
            "start": 941009466,
            "stop": 941009508
        },
        {
            "start": 941009511,
            "stop": 941009526
        },
        {
            "start": 941009532,
            "stop": 941009542
        },
        {
            "start": 941009548,
            "stop": 941009550
        },
        {
            "start": 941009558,
            "stop": 941009559
        },
        {
            "start": 941009566,
            "stop": 941009571
        },
        {
            "start": 941009573,
            "stop": 941009603
        },
        {
            "start": 941009608,
            "stop": 941009709
        },
        {
            "start": 941009713,
            "stop": 941009716
        },
        {
            "start": 941009726,
            "stop": 941009735
        },
        {
            "start": 941009738,
            "stop": 941009748
        },
        {
            "start": 941009754,
            "stop": 941009991
        },
        {
            "start": 941009996,
            "stop": 941010049
        },
        {
            "start": 941010053,
            "stop": 941010079
        },
        {
            "start": 941010082,
            "stop": 941010084
        },
        {
            "start": 941010087,
            "stop": 941010116
        },
        {
            "start": 941010119,
            "stop": 941010123
        },
        {
            "start": 941010131,
            "stop": 941010137
        }
    ]
}