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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=526",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=524",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 525,
    "results": [
        {
            "start": 827792432,
            "stop": 827793115
        },
        {
            "start": 827793898,
            "stop": 827794771
        },
        {
            "start": 827795251,
            "stop": 827795260
        },
        {
            "start": 827795265,
            "stop": 827813284
        },
        {
            "start": 827813285,
            "stop": 827817747
        },
        {
            "start": 827819543,
            "stop": 827847291
        },
        {
            "start": 827847599,
            "stop": 827849497
        },
        {
            "start": 827853949,
            "stop": 827857474
        },
        {
            "start": 827857479,
            "stop": 827858632
        },
        {
            "start": 827858637,
            "stop": 827859531
        },
        {
            "start": 827859695,
            "stop": 827861696
        },
        {
            "start": 827861701,
            "stop": 827862601
        },
        {
            "start": 827862651,
            "stop": 827865448
        },
        {
            "start": 827865491,
            "stop": 827865492
        },
        {
            "start": 827865520,
            "stop": 827865647
        },
        {
            "start": 827865698,
            "stop": 827865922
        },
        {
            "start": 827865927,
            "stop": 827867912
        },
        {
            "start": 827867971,
            "stop": 827868904
        },
        {
            "start": 827869825,
            "stop": 827874123
        },
        {
            "start": 827874208,
            "stop": 827874314
        }
    ]
}