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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=750",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=748",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 749,
    "results": [
        {
            "start": 868473799,
            "stop": 868527506
        },
        {
            "start": 868529398,
            "stop": 868540464
        },
        {
            "start": 868546706,
            "stop": 868549943
        },
        {
            "start": 868549944,
            "stop": 868584268
        },
        {
            "start": 868585397,
            "stop": 868602686
        },
        {
            "start": 868605018,
            "stop": 868608359
        },
        {
            "start": 868609085,
            "stop": 868612579
        },
        {
            "start": 868614316,
            "stop": 868623752
        },
        {
            "start": 868623754,
            "stop": 868631299
        },
        {
            "start": 868634936,
            "stop": 868638464
        },
        {
            "start": 868639139,
            "stop": 868643711
        },
        {
            "start": 868643712,
            "stop": 868651824
        },
        {
            "start": 868653949,
            "stop": 868655501
        },
        {
            "start": 868656031,
            "stop": 868656032
        },
        {
            "start": 868656036,
            "stop": 868661446
        },
        {
            "start": 868664420,
            "stop": 868668900
        },
        {
            "start": 868668960,
            "stop": 868701145
        },
        {
            "start": 868702497,
            "stop": 868719527
        },
        {
            "start": 868736156,
            "stop": 868740933
        },
        {
            "start": 868740936,
            "stop": 868745005
        }
    ]
}