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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=66",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 67,
    "results": [
        {
            "start": 816476900,
            "stop": 816476902
        },
        {
            "start": 816476917,
            "stop": 816476919
        },
        {
            "start": 816476925,
            "stop": 816476976
        },
        {
            "start": 816476982,
            "stop": 816476984
        },
        {
            "start": 816477002,
            "stop": 816477121
        },
        {
            "start": 816477124,
            "stop": 816477198
        },
        {
            "start": 816477202,
            "stop": 816477359
        },
        {
            "start": 816477363,
            "stop": 816477463
        },
        {
            "start": 816477474,
            "stop": 816477477
        },
        {
            "start": 816477493,
            "stop": 816477497
        },
        {
            "start": 816477500,
            "stop": 816477502
        },
        {
            "start": 816477506,
            "stop": 816477511
        },
        {
            "start": 816477517,
            "stop": 816477520
        },
        {
            "start": 816477526,
            "stop": 816477528
        },
        {
            "start": 816477540,
            "stop": 816477797
        },
        {
            "start": 816477805,
            "stop": 816477811
        },
        {
            "start": 816477818,
            "stop": 816477819
        },
        {
            "start": 816477824,
            "stop": 816477826
        },
        {
            "start": 816477833,
            "stop": 816477836
        },
        {
            "start": 816477839,
            "stop": 816478075
        }
    ]
}