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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1315",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1313",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1314,
    "results": [
        {
            "start": 962752674,
            "stop": 962752750
        },
        {
            "start": 962752751,
            "stop": 962752864
        },
        {
            "start": 962752866,
            "stop": 962752933
        },
        {
            "start": 962752934,
            "stop": 962753010
        },
        {
            "start": 962773417,
            "stop": 962774321
        },
        {
            "start": 962774323,
            "stop": 962786967
        },
        {
            "start": 962788610,
            "stop": 962799135
        },
        {
            "start": 962799136,
            "stop": 962799791
        },
        {
            "start": 962809067,
            "stop": 962809410
        },
        {
            "start": 962809412,
            "stop": 962809551
        },
        {
            "start": 962810326,
            "stop": 962812083
        },
        {
            "start": 962813606,
            "stop": 962818085
        },
        {
            "start": 962820152,
            "stop": 962820409
        },
        {
            "start": 962820411,
            "stop": 962821811
        },
        {
            "start": 962821812,
            "stop": 962822052
        },
        {
            "start": 962822053,
            "stop": 962822327
        },
        {
            "start": 962822328,
            "stop": 962822529
        },
        {
            "start": 962822530,
            "stop": 962822638
        },
        {
            "start": 962822639,
            "stop": 962825218
        },
        {
            "start": 962825219,
            "stop": 962827195
        }
    ]
}