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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4166",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4167,
    "results": [
        {
            "start": 874345679,
            "stop": 874345710
        },
        {
            "start": 874345757,
            "stop": 874345772
        },
        {
            "start": 874345791,
            "stop": 874345819
        },
        {
            "start": 874345838,
            "stop": 874345848
        },
        {
            "start": 874345867,
            "stop": 874345916
        },
        {
            "start": 874345935,
            "stop": 874345955
        },
        {
            "start": 874345974,
            "stop": 874345975
        },
        {
            "start": 874345994,
            "stop": 874345996
        },
        {
            "start": 874346015,
            "stop": 874346046
        },
        {
            "start": 874346065,
            "stop": 874346146
        },
        {
            "start": 874346165,
            "stop": 874346280
        },
        {
            "start": 874346316,
            "stop": 874346338
        },
        {
            "start": 874346385,
            "stop": 874346391
        },
        {
            "start": 874346410,
            "stop": 874346489
        },
        {
            "start": 874346509,
            "stop": 874346570
        },
        {
            "start": 874346589,
            "stop": 874346608
        },
        {
            "start": 874346627,
            "stop": 874346674
        },
        {
            "start": 874346693,
            "stop": 874346773
        },
        {
            "start": 874346792,
            "stop": 874346809
        },
        {
            "start": 874346828,
            "stop": 874346842
        }
    ]
}