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=9967
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=9968",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9966",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9967,
    "results": [
        {
            "start": 871885790,
            "stop": 871887237
        },
        {
            "start": 871887254,
            "stop": 871887738
        },
        {
            "start": 871887774,
            "stop": 871888323
        },
        {
            "start": 871888359,
            "stop": 871888627
        },
        {
            "start": 871888679,
            "stop": 871888926
        },
        {
            "start": 871888962,
            "stop": 871889086
        },
        {
            "start": 871889122,
            "stop": 871889409
        },
        {
            "start": 871889426,
            "stop": 871890335
        },
        {
            "start": 871890371,
            "stop": 871891057
        },
        {
            "start": 871891074,
            "stop": 871891350
        },
        {
            "start": 871893433,
            "stop": 871893883
        },
        {
            "start": 871893900,
            "stop": 871894398
        },
        {
            "start": 871894434,
            "stop": 871896116
        },
        {
            "start": 871896133,
            "stop": 871896954
        },
        {
            "start": 871896990,
            "stop": 871897002
        },
        {
            "start": 871897038,
            "stop": 871898260
        },
        {
            "start": 871898277,
            "stop": 871898337
        },
        {
            "start": 871898373,
            "stop": 871899420
        },
        {
            "start": 871899480,
            "stop": 871900452
        },
        {
            "start": 871900469,
            "stop": 871902624
        }
    ]
}