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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=168",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 169,
    "results": [
        {
            "start": 932920716,
            "stop": 932920785
        },
        {
            "start": 932920849,
            "stop": 932920939
        },
        {
            "start": 932920948,
            "stop": 932920969
        },
        {
            "start": 932920987,
            "stop": 932921004
        },
        {
            "start": 932924961,
            "stop": 932925405
        },
        {
            "start": 932925525,
            "stop": 932925581
        },
        {
            "start": 932925582,
            "stop": 932926305
        },
        {
            "start": 932926365,
            "stop": 932926485
        },
        {
            "start": 932926545,
            "stop": 932926592
        },
        {
            "start": 932926593,
            "stop": 932927452
        },
        {
            "start": 932927453,
            "stop": 932928536
        },
        {
            "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
        }
    ]
}