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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5174",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5175,
    "results": [
        {
            "start": 969739926,
            "stop": 969740003
        },
        {
            "start": 969740006,
            "stop": 969740018
        },
        {
            "start": 969740318,
            "stop": 969740390
        },
        {
            "start": 969740393,
            "stop": 969740498
        },
        {
            "start": 969740618,
            "stop": 969740738
        },
        {
            "start": 969740798,
            "stop": 969740833
        },
        {
            "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
        }
    ]
}