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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=114",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 115,
    "results": [
        {
            "start": 835570258,
            "stop": 835586196
        },
        {
            "start": 835587869,
            "stop": 835605867
        },
        {
            "start": 835610669,
            "stop": 835615174
        },
        {
            "start": 835616036,
            "stop": 835619836
        },
        {
            "start": 835620088,
            "stop": 835626076
        },
        {
            "start": 835626172,
            "stop": 835626640
        },
        {
            "start": 835626695,
            "stop": 835629996
        },
        {
            "start": 835631824,
            "stop": 835636068
        },
        {
            "start": 835636870,
            "stop": 835644109
        },
        {
            "start": 835644232,
            "stop": 835651930
        },
        {
            "start": 835652035,
            "stop": 835652227
        },
        {
            "start": 835692754,
            "stop": 835701888
        },
        {
            "start": 835701941,
            "stop": 835708568
        },
        {
            "start": 835708648,
            "stop": 835712270
        },
        {
            "start": 835713341,
            "stop": 835714987
        },
        {
            "start": 835716708,
            "stop": 835718527
        },
        {
            "start": 835718602,
            "stop": 835728182
        },
        {
            "start": 835729010,
            "stop": 835772869
        },
        {
            "start": 835774385,
            "stop": 835804570
        },
        {
            "start": 835804741,
            "stop": 835805969
        }
    ]
}