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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4962",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4963,
    "results": [
        {
            "start": 874387471,
            "stop": 874387496
        },
        {
            "start": 874387515,
            "stop": 874387557
        },
        {
            "start": 874387576,
            "stop": 874387687
        },
        {
            "start": 874387709,
            "stop": 874387819
        },
        {
            "start": 874387853,
            "stop": 874387857
        },
        {
            "start": 874387876,
            "stop": 874387941
        },
        {
            "start": 874387963,
            "stop": 874388241
        },
        {
            "start": 874388260,
            "stop": 874388420
        },
        {
            "start": 874388442,
            "stop": 874388512
        },
        {
            "start": 874388532,
            "stop": 874388618
        },
        {
            "start": 874388638,
            "stop": 874388681
        },
        {
            "start": 874388700,
            "stop": 874388739
        },
        {
            "start": 874388758,
            "stop": 874388771
        },
        {
            "start": 874388790,
            "stop": 874388900
        },
        {
            "start": 874388919,
            "stop": 874388982
        },
        {
            "start": 874389001,
            "stop": 874389193
        },
        {
            "start": 874389212,
            "stop": 874389695
        },
        {
            "start": 874389714,
            "stop": 874389882
        },
        {
            "start": 874389901,
            "stop": 874389969
        },
        {
            "start": 874389988,
            "stop": 874389991
        }
    ]
}