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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5302",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5300",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5301,
    "results": [
        {
            "start": 1136484438,
            "stop": 1136484452
        },
        {
            "start": 1136484454,
            "stop": 1136484525
        },
        {
            "start": 1136484527,
            "stop": 1136484579
        },
        {
            "start": 1136484580,
            "stop": 1136484624
        },
        {
            "start": 1136484626,
            "stop": 1136484627
        },
        {
            "start": 1136484629,
            "stop": 1136484643
        },
        {
            "start": 1136484645,
            "stop": 1136484868
        },
        {
            "start": 1136484870,
            "stop": 1136484873
        },
        {
            "start": 1136484875,
            "stop": 1136484906
        },
        {
            "start": 1136484908,
            "stop": 1136485048
        },
        {
            "start": 1136485050,
            "stop": 1136485127
        },
        {
            "start": 1136485129,
            "stop": 1136485147
        },
        {
            "start": 1136485149,
            "stop": 1136485165
        },
        {
            "start": 1136485167,
            "stop": 1136485483
        },
        {
            "start": 1136485485,
            "stop": 1136485528
        },
        {
            "start": 1136485530,
            "stop": 1136485552
        },
        {
            "start": 1136485554,
            "stop": 1136485580
        },
        {
            "start": 1136485582,
            "stop": 1136485590
        },
        {
            "start": 1136485592,
            "stop": 1136485594
        },
        {
            "start": 1136485596,
            "stop": 1136485793
        }
    ]
}