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=4669
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=4670",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4668",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4669,
    "results": [
        {
            "start": 969740836,
            "stop": 969740851
        },
        {
            "start": 969740855,
            "stop": 969740858
        },
        {
            "start": 969740918,
            "stop": 969740940
        },
        {
            "start": 969740943,
            "stop": 969740955
        },
        {
            "start": 969740958,
            "stop": 969740966
        },
        {
            "start": 969740969,
            "stop": 969740978
        },
        {
            "start": 969741038,
            "stop": 969741098
        },
        {
            "start": 969741158,
            "stop": 969741285
        },
        {
            "start": 969741288,
            "stop": 969741338
        },
        {
            "start": 969777780,
            "stop": 969778098
        },
        {
            "start": 969778101,
            "stop": 969779788
        },
        {
            "start": 969779791,
            "stop": 969779880
        },
        {
            "start": 969779883,
            "stop": 969779933
        },
        {
            "start": 969779936,
            "stop": 969779960
        },
        {
            "start": 969779963,
            "stop": 969780152
        },
        {
            "start": 969780155,
            "stop": 969780361
        },
        {
            "start": 969780364,
            "stop": 969780437
        },
        {
            "start": 969780440,
            "stop": 969781525
        },
        {
            "start": 969781528,
            "stop": 969781928
        },
        {
            "start": 969781931,
            "stop": 969782150
        }
    ]
}