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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=165",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 166,
    "results": [
        {
            "start": 932928537,
            "stop": 932928677
        },
        {
            "start": 932928678,
            "stop": 932929553
        },
        {
            "start": 932929900,
            "stop": 932930013
        },
        {
            "start": 932930014,
            "stop": 932930917
        },
        {
            "start": 932930918,
            "stop": 932930981
        },
        {
            "start": 932930982,
            "stop": 932930991
        },
        {
            "start": 932930992,
            "stop": 932931584
        },
        {
            "start": 932931585,
            "stop": 932932341
        },
        {
            "start": 932932342,
            "stop": 932932776
        },
        {
            "start": 932932781,
            "stop": 932933293
        },
        {
            "start": 932933294,
            "stop": 932933319
        },
        {
            "start": 932933324,
            "stop": 932934368
        },
        {
            "start": 932934369,
            "stop": 932934660
        },
        {
            "start": 932934665,
            "stop": 932935545
        },
        {
            "start": 932935605,
            "stop": 932935897
        },
        {
            "start": 932935898,
            "stop": 932935965
        },
        {
            "start": 932936325,
            "stop": 932936674
        },
        {
            "start": 932936675,
            "stop": 932937757
        },
        {
            "start": 932937758,
            "stop": 932938477
        },
        {
            "start": 932938478,
            "stop": 932939505
        }
    ]
}