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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8784",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8782",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8783,
    "results": [
        {
            "start": 872314654,
            "stop": 872314855
        },
        {
            "start": 872314905,
            "stop": 872314942
        },
        {
            "start": 872314976,
            "stop": 872314989
        },
        {
            "start": 872315011,
            "stop": 872315031
        },
        {
            "start": 872315093,
            "stop": 872315142
        },
        {
            "start": 872315186,
            "stop": 872315205
        },
        {
            "start": 872315224,
            "stop": 872315626
        },
        {
            "start": 872315683,
            "stop": 872315696
        },
        {
            "start": 872315761,
            "stop": 872315816
        },
        {
            "start": 872315835,
            "stop": 872315864
        },
        {
            "start": 872315884,
            "stop": 872316715
        },
        {
            "start": 872316734,
            "stop": 872317523
        },
        {
            "start": 872317557,
            "stop": 872317732
        },
        {
            "start": 872317751,
            "stop": 872317820
        },
        {
            "start": 872317837,
            "stop": 872318475
        },
        {
            "start": 872318496,
            "stop": 872319540
        },
        {
            "start": 872319559,
            "stop": 872319647
        },
        {
            "start": 872319666,
            "stop": 872319740
        },
        {
            "start": 872319760,
            "stop": 872319955
        },
        {
            "start": 872319972,
            "stop": 872320191
        }
    ]
}