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=5299
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=5300",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5298",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5299,
    "results": [
        {
            "start": 970668777,
            "stop": 970668780
        },
        {
            "start": 970668783,
            "stop": 970668792
        },
        {
            "start": 970668795,
            "stop": 970668950
        },
        {
            "start": 970668953,
            "stop": 970669005
        },
        {
            "start": 970669009,
            "stop": 970669196
        },
        {
            "start": 970669199,
            "stop": 970670462
        },
        {
            "start": 970670467,
            "stop": 970670516
        },
        {
            "start": 970670519,
            "stop": 970670573
        },
        {
            "start": 970670576,
            "stop": 970670589
        },
        {
            "start": 970675820,
            "stop": 970675917
        },
        {
            "start": 970675920,
            "stop": 970676081
        },
        {
            "start": 970676102,
            "stop": 970676717
        },
        {
            "start": 970676720,
            "stop": 970676955
        },
        {
            "start": 970676958,
            "stop": 970677638
        },
        {
            "start": 970677641,
            "stop": 970677717
        },
        {
            "start": 970677720,
            "stop": 970678190
        },
        {
            "start": 970678193,
            "stop": 970678272
        },
        {
            "start": 970678275,
            "stop": 970678438
        },
        {
            "start": 970678455,
            "stop": 970678709
        },
        {
            "start": 970678712,
            "stop": 970678725
        }
    ]
}