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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6958",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6956",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6957,
    "results": [
        {
            "start": 873756094,
            "stop": 873756227
        },
        {
            "start": 873756231,
            "stop": 873756235
        },
        {
            "start": 873756238,
            "stop": 873756273
        },
        {
            "start": 873756276,
            "stop": 873756477
        },
        {
            "start": 873756481,
            "stop": 873756534
        },
        {
            "start": 873756537,
            "stop": 873756552
        },
        {
            "start": 873756560,
            "stop": 873756752
        },
        {
            "start": 873756756,
            "stop": 873756945
        },
        {
            "start": 873756949,
            "stop": 873757119
        },
        {
            "start": 873757125,
            "stop": 873757207
        },
        {
            "start": 873757210,
            "stop": 873757304
        },
        {
            "start": 873757307,
            "stop": 873757444
        },
        {
            "start": 873757454,
            "stop": 873757510
        },
        {
            "start": 873757882,
            "stop": 873757987
        },
        {
            "start": 873757991,
            "stop": 873758079
        },
        {
            "start": 873758083,
            "stop": 873758220
        },
        {
            "start": 873759860,
            "stop": 873760096
        },
        {
            "start": 873760099,
            "stop": 873760101
        },
        {
            "start": 873760105,
            "stop": 873760545
        },
        {
            "start": 873760548,
            "stop": 873760742
        }
    ]
}