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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=517",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=515",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 516,
    "results": [
        {
            "start": 867567978,
            "stop": 867568369
        },
        {
            "start": 867569247,
            "stop": 867587579
        },
        {
            "start": 867587759,
            "stop": 867604396
        },
        {
            "start": 867604398,
            "stop": 867615191
        },
        {
            "start": 867618780,
            "stop": 867618781
        },
        {
            "start": 867620333,
            "stop": 867624972
        },
        {
            "start": 867624974,
            "stop": 867626617
        },
        {
            "start": 867626619,
            "stop": 867650291
        },
        {
            "start": 867650514,
            "stop": 867653870
        },
        {
            "start": 867655415,
            "stop": 867670199
        },
        {
            "start": 867671603,
            "stop": 867675495
        },
        {
            "start": 867680064,
            "stop": 867680066
        },
        {
            "start": 867680080,
            "stop": 867680081
        },
        {
            "start": 867680088,
            "stop": 867680089
        },
        {
            "start": 867680091,
            "stop": 867680092
        },
        {
            "start": 867680103,
            "stop": 867680104
        },
        {
            "start": 867680108,
            "stop": 867680110
        },
        {
            "start": 867680114,
            "stop": 867680117
        },
        {
            "start": 867680121,
            "stop": 867680123
        },
        {
            "start": 867680131,
            "stop": 867680135
        }
    ]
}