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=4624
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=4625",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4623",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4624,
    "results": [
        {
            "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
        },
        {
            "start": 969390038,
            "stop": 969390098
        },
        {
            "start": 969392798,
            "stop": 969393098
        },
        {
            "start": 969393218,
            "stop": 969393258
        },
        {
            "start": 969393261,
            "stop": 969393278
        },
        {
            "start": 969393398,
            "stop": 969393837
        },
        {
            "start": 969393840,
            "stop": 969393878
        }
    ]
}