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/H1_CW_CAT1/segments?format=api&page=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=18",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 19,
    "results": [
        {
            "start": 818030252,
            "stop": 818034356
        },
        {
            "start": 818035322,
            "stop": 818037013
        },
        {
            "start": 818037019,
            "stop": 818037020
        },
        {
            "start": 818037193,
            "stop": 818059265
        },
        {
            "start": 818060899,
            "stop": 818068453
        },
        {
            "start": 818069157,
            "stop": 818077182
        },
        {
            "start": 818077748,
            "stop": 818093514
        },
        {
            "start": 818094671,
            "stop": 818096053
        },
        {
            "start": 818097973,
            "stop": 818098573
        },
        {
            "start": 818098618,
            "stop": 818098619
        },
        {
            "start": 818098844,
            "stop": 818112793
        },
        {
            "start": 818120524,
            "stop": 818130342
        },
        {
            "start": 818130581,
            "stop": 818145065
        },
        {
            "start": 818146101,
            "stop": 818161393
        },
        {
            "start": 818164648,
            "stop": 818172826
        },
        {
            "start": 818174757,
            "stop": 818180053
        },
        {
            "start": 818181463,
            "stop": 818182033
        },
        {
            "start": 818188726,
            "stop": 818206514
        },
        {
            "start": 818207218,
            "stop": 818227407
        },
        {
            "start": 818227489,
            "stop": 818238896
        }
    ]
}