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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=239",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 240,
    "results": [
        {
            "start": 817866275,
            "stop": 817866301
        },
        {
            "start": 817866304,
            "stop": 817866434
        },
        {
            "start": 817866454,
            "stop": 817866658
        },
        {
            "start": 817866662,
            "stop": 817866677
        },
        {
            "start": 817866680,
            "stop": 817866687
        },
        {
            "start": 817866690,
            "stop": 817866762
        },
        {
            "start": 817866765,
            "stop": 817866776
        },
        {
            "start": 817866816,
            "stop": 817866938
        },
        {
            "start": 817866945,
            "stop": 817866974
        },
        {
            "start": 817866977,
            "stop": 817866990
        },
        {
            "start": 817866994,
            "stop": 817867079
        },
        {
            "start": 817867083,
            "stop": 817867228
        },
        {
            "start": 817867232,
            "stop": 817867235
        },
        {
            "start": 817867238,
            "stop": 817867247
        },
        {
            "start": 817867250,
            "stop": 817867266
        },
        {
            "start": 817867271,
            "stop": 817867273
        },
        {
            "start": 817867277,
            "stop": 817867360
        },
        {
            "start": 817867379,
            "stop": 817867432
        },
        {
            "start": 817867438,
            "stop": 817867440
        },
        {
            "start": 817867443,
            "stop": 817867447
        }
    ]
}