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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=96",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 97,
    "results": [
        {
            "start": 824844328,
            "stop": 824844335
        },
        {
            "start": 824844338,
            "stop": 824844343
        },
        {
            "start": 824844345,
            "stop": 824844356
        },
        {
            "start": 824844361,
            "stop": 824844362
        },
        {
            "start": 824844366,
            "stop": 824844369
        },
        {
            "start": 824844371,
            "stop": 824844373
        },
        {
            "start": 824844375,
            "stop": 824844389
        },
        {
            "start": 824844392,
            "stop": 824844398
        },
        {
            "start": 824844401,
            "stop": 824844411
        },
        {
            "start": 824844415,
            "stop": 824844416
        },
        {
            "start": 824844418,
            "stop": 824844419
        },
        {
            "start": 824844422,
            "stop": 824844648
        },
        {
            "start": 824844650,
            "stop": 824844896
        },
        {
            "start": 824846398,
            "stop": 824846457
        },
        {
            "start": 824846851,
            "stop": 824846897
        },
        {
            "start": 824847007,
            "stop": 824847426
        },
        {
            "start": 824847726,
            "stop": 824855066
        },
        {
            "start": 824857591,
            "stop": 824858190
        },
        {
            "start": 824858569,
            "stop": 824865585
        },
        {
            "start": 824865695,
            "stop": 824865773
        }
    ]
}