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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=146",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 147,
    "results": [
        {
            "start": 835620088,
            "stop": 835626073
        },
        {
            "start": 835626074,
            "stop": 835626076
        },
        {
            "start": 835626193,
            "stop": 835626613
        },
        {
            "start": 835626733,
            "stop": 835629967
        },
        {
            "start": 835631824,
            "stop": 835636033
        },
        {
            "start": 835636870,
            "stop": 835644073
        },
        {
            "start": 835644108,
            "stop": 835644109
        },
        {
            "start": 835644232,
            "stop": 835651930
        },
        {
            "start": 835652035,
            "stop": 835652227
        },
        {
            "start": 835692754,
            "stop": 835701853
        },
        {
            "start": 835701887,
            "stop": 835701888
        },
        {
            "start": 835701941,
            "stop": 835708568
        },
        {
            "start": 835708648,
            "stop": 835712233
        },
        {
            "start": 835712269,
            "stop": 835712270
        },
        {
            "start": 835713341,
            "stop": 835714987
        },
        {
            "start": 835716733,
            "stop": 835718527
        },
        {
            "start": 835718602,
            "stop": 835728133
        },
        {
            "start": 835728180,
            "stop": 835728182
        },
        {
            "start": 835729010,
            "stop": 835772833
        },
        {
            "start": 835774385,
            "stop": 835804570
        }
    ]
}