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=10083
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=10084",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10082",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10083,
    "results": [
        {
            "start": 873205079,
            "stop": 873205096
        },
        {
            "start": 873205113,
            "stop": 873206003
        },
        {
            "start": 873206071,
            "stop": 873206096
        },
        {
            "start": 873206130,
            "stop": 873206150
        },
        {
            "start": 873206199,
            "stop": 873206215
        },
        {
            "start": 873206287,
            "stop": 873206340
        },
        {
            "start": 873206376,
            "stop": 873206381
        },
        {
            "start": 873206415,
            "stop": 873206493
        },
        {
            "start": 873206535,
            "stop": 873206689
        },
        {
            "start": 873206706,
            "stop": 873206726
        },
        {
            "start": 873207060,
            "stop": 873207275
        },
        {
            "start": 873207309,
            "stop": 873207357
        },
        {
            "start": 873207392,
            "stop": 873207579
        },
        {
            "start": 873207615,
            "stop": 873207821
        },
        {
            "start": 873207855,
            "stop": 873207935
        },
        {
            "start": 873207971,
            "stop": 873208003
        },
        {
            "start": 873208037,
            "stop": 873208072
        },
        {
            "start": 873208106,
            "stop": 873208157
        },
        {
            "start": 873208191,
            "stop": 873208268
        },
        {
            "start": 873208317,
            "stop": 873208487
        }
    ]
}