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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3698",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3696",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3697,
    "results": [
        {
            "start": 970974943,
            "stop": 970975073
        },
        {
            "start": 970975076,
            "stop": 970975128
        },
        {
            "start": 970975131,
            "stop": 970975204
        },
        {
            "start": 970975208,
            "stop": 970975339
        },
        {
            "start": 970975343,
            "stop": 970975410
        },
        {
            "start": 970975413,
            "stop": 970975446
        },
        {
            "start": 970975449,
            "stop": 970975719
        },
        {
            "start": 970975722,
            "stop": 970975761
        },
        {
            "start": 970975764,
            "stop": 970975816
        },
        {
            "start": 970975819,
            "stop": 970975911
        },
        {
            "start": 970975914,
            "stop": 970976193
        },
        {
            "start": 970976196,
            "stop": 970976248
        },
        {
            "start": 970976251,
            "stop": 970976477
        },
        {
            "start": 970976480,
            "stop": 970976568
        },
        {
            "start": 970976571,
            "stop": 970976618
        },
        {
            "start": 970976621,
            "stop": 970976697
        },
        {
            "start": 970976700,
            "stop": 970976703
        },
        {
            "start": 970976706,
            "stop": 970976977
        },
        {
            "start": 970976980,
            "stop": 970977156
        },
        {
            "start": 970977159,
            "stop": 970977302
        }
    ]
}