Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=15",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 16,
    "results": [
        {
            "start": 931161464,
            "stop": 931161471
        },
        {
            "start": 931161482,
            "stop": 931161484
        },
        {
            "start": 931161491,
            "stop": 931161495
        },
        {
            "start": 931161499,
            "stop": 931161501
        },
        {
            "start": 931161522,
            "stop": 931161525
        },
        {
            "start": 931161534,
            "stop": 931161535
        },
        {
            "start": 931161544,
            "stop": 931161555
        },
        {
            "start": 931161563,
            "stop": 931161565
        },
        {
            "start": 931161586,
            "stop": 931161587
        },
        {
            "start": 931161591,
            "stop": 931161594
        },
        {
            "start": 931161597,
            "stop": 931161599
        },
        {
            "start": 931161602,
            "stop": 931161604
        },
        {
            "start": 931161608,
            "stop": 931161612
        },
        {
            "start": 931161625,
            "stop": 931161627
        },
        {
            "start": 931161634,
            "stop": 931161642
        },
        {
            "start": 931161645,
            "stop": 931161646
        },
        {
            "start": 931161648,
            "stop": 931161657
        },
        {
            "start": 931161663,
            "stop": 931161665
        },
        {
            "start": 931161672,
            "stop": 931161683
        },
        {
            "start": 931161690,
            "stop": 931161694
        }
    ]
}