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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15730",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15728",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15729,
    "results": [
        {
            "start": 971165740,
            "stop": 971165743
        },
        {
            "start": 971165744,
            "stop": 971165745
        },
        {
            "start": 971165749,
            "stop": 971165752
        },
        {
            "start": 971165753,
            "stop": 971165756
        },
        {
            "start": 971165757,
            "stop": 971165762
        },
        {
            "start": 971165763,
            "stop": 971165764
        },
        {
            "start": 971165766,
            "stop": 971165769
        },
        {
            "start": 971165772,
            "stop": 971165777
        },
        {
            "start": 971165781,
            "stop": 971165785
        },
        {
            "start": 971165786,
            "stop": 971165790
        },
        {
            "start": 971165792,
            "stop": 971165795
        },
        {
            "start": 971165797,
            "stop": 971165798
        },
        {
            "start": 971165801,
            "stop": 971165804
        },
        {
            "start": 971165812,
            "stop": 971165815
        },
        {
            "start": 971165818,
            "stop": 971165820
        },
        {
            "start": 971165822,
            "stop": 971165824
        },
        {
            "start": 971165828,
            "stop": 971165833
        },
        {
            "start": 971165834,
            "stop": 971165837
        },
        {
            "start": 971165838,
            "stop": 971165847
        },
        {
            "start": 971165848,
            "stop": 971165849
        }
    ]
}