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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9978",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9976",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9977,
    "results": [
        {
            "start": 871968764,
            "stop": 871970893
        },
        {
            "start": 871970910,
            "stop": 871971830
        },
        {
            "start": 871971867,
            "stop": 871973021
        },
        {
            "start": 871973914,
            "stop": 871974931
        },
        {
            "start": 871974968,
            "stop": 871975002
        },
        {
            "start": 871975036,
            "stop": 871975050
        },
        {
            "start": 871976385,
            "stop": 871977776
        },
        {
            "start": 871977793,
            "stop": 871978731
        },
        {
            "start": 871978748,
            "stop": 871979920
        },
        {
            "start": 871979937,
            "stop": 871980123
        },
        {
            "start": 871980182,
            "stop": 871980266
        },
        {
            "start": 871980305,
            "stop": 871980927
        },
        {
            "start": 871980963,
            "stop": 871981022
        },
        {
            "start": 871981060,
            "stop": 871982101
        },
        {
            "start": 871982143,
            "stop": 871982151
        },
        {
            "start": 871982168,
            "stop": 871982219
        },
        {
            "start": 871982255,
            "stop": 871984294
        },
        {
            "start": 871984311,
            "stop": 871984626
        },
        {
            "start": 871984674,
            "stop": 871986486
        },
        {
            "start": 871986503,
            "stop": 871988270
        }
    ]
}