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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4816",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4814",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4815,
    "results": [
        {
            "start": 970979779,
            "stop": 970981596
        },
        {
            "start": 970981599,
            "stop": 970983561
        },
        {
            "start": 970983564,
            "stop": 970984225
        },
        {
            "start": 970984228,
            "stop": 970984963
        },
        {
            "start": 970984966,
            "stop": 970986927
        },
        {
            "start": 970986930,
            "stop": 970987414
        },
        {
            "start": 970987417,
            "stop": 970987485
        },
        {
            "start": 970987489,
            "stop": 970987800
        },
        {
            "start": 970987803,
            "stop": 970988802
        },
        {
            "start": 970988805,
            "stop": 970989817
        },
        {
            "start": 970989820,
            "stop": 970990266
        },
        {
            "start": 970990269,
            "stop": 970990524
        },
        {
            "start": 970990527,
            "stop": 970990822
        },
        {
            "start": 970990825,
            "stop": 970990904
        },
        {
            "start": 970990907,
            "stop": 970992054
        },
        {
            "start": 970992057,
            "stop": 970994422
        },
        {
            "start": 970994425,
            "stop": 970994737
        },
        {
            "start": 970994740,
            "stop": 970994886
        },
        {
            "start": 970994889,
            "stop": 970995881
        },
        {
            "start": 970995884,
            "stop": 970997187
        }
    ]
}