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=816
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=817",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=815",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 816,
    "results": [
        {
            "start": 875082367,
            "stop": 875082734
        },
        {
            "start": 875082737,
            "stop": 875082844
        },
        {
            "start": 875082847,
            "stop": 875082915
        },
        {
            "start": 875082918,
            "stop": 875083424
        },
        {
            "start": 875083427,
            "stop": 875083744
        },
        {
            "start": 875083747,
            "stop": 875084024
        },
        {
            "start": 875084027,
            "stop": 875084184
        },
        {
            "start": 875084187,
            "stop": 875084344
        },
        {
            "start": 875084347,
            "stop": 875084505
        },
        {
            "start": 875084508,
            "stop": 875087924
        },
        {
            "start": 875087927,
            "stop": 875087964
        },
        {
            "start": 875087967,
            "stop": 875089992
        },
        {
            "start": 875089996,
            "stop": 875103180
        },
        {
            "start": 875103240,
            "stop": 875104021
        },
        {
            "start": 875106680,
            "stop": 875109304
        },
        {
            "start": 875109875,
            "stop": 875120273
        },
        {
            "start": 875123026,
            "stop": 875126883
        },
        {
            "start": 875126887,
            "stop": 875154060
        },
        {
            "start": 875162343,
            "stop": 875166350
        },
        {
            "start": 875171323,
            "stop": 875182034
        }
    ]
}