Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7431
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7432",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7430",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7431,
    "results": [
        {
            "start": 969981806,
            "stop": 969981820
        },
        {
            "start": 969981823,
            "stop": 969981863
        },
        {
            "start": 969981866,
            "stop": 969981961
        },
        {
            "start": 969981964,
            "stop": 969981965
        },
        {
            "start": 969981968,
            "stop": 969982034
        },
        {
            "start": 969982037,
            "stop": 969982065
        },
        {
            "start": 969982068,
            "stop": 969982159
        },
        {
            "start": 969982199,
            "stop": 969982229
        },
        {
            "start": 969982232,
            "stop": 969982269
        },
        {
            "start": 969982276,
            "stop": 969982321
        },
        {
            "start": 969982324,
            "stop": 969982479
        },
        {
            "start": 969982559,
            "stop": 969982599
        },
        {
            "start": 969982679,
            "stop": 969982719
        },
        {
            "start": 969982759,
            "stop": 969982822
        },
        {
            "start": 969982825,
            "stop": 969982907
        },
        {
            "start": 969983081,
            "stop": 969983120
        },
        {
            "start": 969983123,
            "stop": 969983159
        },
        {
            "start": 969983199,
            "stop": 969983202
        },
        {
            "start": 969983205,
            "stop": 969983226
        },
        {
            "start": 969983229,
            "stop": 969983271
        }
    ]
}