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=5130
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=5131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5129",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5130,
    "results": [
        {
            "start": 969384578,
            "stop": 969385118
        },
        {
            "start": 969385178,
            "stop": 969385196
        },
        {
            "start": 969385199,
            "stop": 969385778
        },
        {
            "start": 969385838,
            "stop": 969385881
        },
        {
            "start": 969385884,
            "stop": 969386138
        },
        {
            "start": 969386258,
            "stop": 969386411
        },
        {
            "start": 969386414,
            "stop": 969386438
        },
        {
            "start": 969386738,
            "stop": 969386858
        },
        {
            "start": 969386978,
            "stop": 969387158
        },
        {
            "start": 969387218,
            "stop": 969387228
        },
        {
            "start": 969387231,
            "stop": 969387269
        },
        {
            "start": 969387272,
            "stop": 969387323
        },
        {
            "start": 969387326,
            "stop": 969387554
        },
        {
            "start": 969387557,
            "stop": 969388323
        },
        {
            "start": 969388327,
            "stop": 969388418
        },
        {
            "start": 969388478,
            "stop": 969388504
        },
        {
            "start": 969388507,
            "stop": 969388538
        },
        {
            "start": 969388718,
            "stop": 969388743
        },
        {
            "start": 969388746,
            "stop": 969388778
        },
        {
            "start": 969388898,
            "stop": 969388958
        }
    ]
}