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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=5",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 6,
    "results": [
        {
            "start": 815209586,
            "stop": 815209665
        },
        {
            "start": 815209668,
            "stop": 815209732
        },
        {
            "start": 815209735,
            "stop": 815209815
        },
        {
            "start": 815209825,
            "stop": 815209850
        },
        {
            "start": 815209854,
            "stop": 815209855
        },
        {
            "start": 815209858,
            "stop": 815209882
        },
        {
            "start": 815209887,
            "stop": 815209893
        },
        {
            "start": 815209897,
            "stop": 815209922
        },
        {
            "start": 815209925,
            "stop": 815209929
        },
        {
            "start": 815209937,
            "stop": 815209963
        },
        {
            "start": 815209966,
            "stop": 815209994
        },
        {
            "start": 815209998,
            "stop": 815210010
        },
        {
            "start": 815210013,
            "stop": 815210019
        },
        {
            "start": 815210023,
            "stop": 815210033
        },
        {
            "start": 815210037,
            "stop": 815210052
        },
        {
            "start": 815210055,
            "stop": 815210086
        },
        {
            "start": 815210090,
            "stop": 815210156
        },
        {
            "start": 815210160,
            "stop": 815210161
        },
        {
            "start": 815210164,
            "stop": 815210176
        },
        {
            "start": 815210179,
            "stop": 815210181
        }
    ]
}