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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=327",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 328,
    "results": [
        {
            "start": 875087927,
            "stop": 875087964
        },
        {
            "start": 875087967,
            "stop": 875103205
        },
        {
            "start": 875103208,
            "stop": 875104021
        },
        {
            "start": 875106680,
            "stop": 875109304
        },
        {
            "start": 875109875,
            "stop": 875120273
        },
        {
            "start": 875123026,
            "stop": 875154060
        },
        {
            "start": 875162343,
            "stop": 875166350
        },
        {
            "start": 875171323,
            "stop": 875182034
        },
        {
            "start": 875183761,
            "stop": 875200537
        },
        {
            "start": 875201640,
            "stop": 875230286
        },
        {
            "start": 875231472,
            "stop": 875232014
        }
    ]
}