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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=111",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 112,
    "results": [
        {
            "start": 968874869,
            "stop": 968874951
        },
        {
            "start": 968876500,
            "stop": 968949274
        },
        {
            "start": 968950937,
            "stop": 968955431
        },
        {
            "start": 968957054,
            "stop": 968959241
        },
        {
            "start": 968960842,
            "stop": 968963859
        },
        {
            "start": 968965334,
            "stop": 968979072
        },
        {
            "start": 968981134,
            "stop": 968990844
        },
        {
            "start": 968992828,
            "stop": 968997875
        },
        {
            "start": 969004524,
            "stop": 969042917
        },
        {
            "start": 969044519,
            "stop": 969050466
        },
        {
            "start": 969058001,
            "stop": 969058559
        },
        {
            "start": 969060677,
            "stop": 969116717
        },
        {
            "start": 969139130,
            "stop": 969144098
        },
        {
            "start": 969144595,
            "stop": 969154548
        },
        {
            "start": 969171767,
            "stop": 969178294
        },
        {
            "start": 969179808,
            "stop": 969206216
        },
        {
            "start": 969215864,
            "stop": 969217252
        },
        {
            "start": 969220206,
            "stop": 969222184
        },
        {
            "start": 969224615,
            "stop": 969226900
        },
        {
            "start": 969229037,
            "stop": 969232378
        }
    ]
}