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=3745
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=3746",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3744",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3745,
    "results": [
        {
            "start": 971440843,
            "stop": 971441661
        },
        {
            "start": 971441672,
            "stop": 971442046
        },
        {
            "start": 971442057,
            "stop": 971442138
        },
        {
            "start": 971442141,
            "stop": 971442857
        },
        {
            "start": 971442860,
            "stop": 971443100
        },
        {
            "start": 971443101,
            "stop": 971443212
        },
        {
            "start": 971443215,
            "stop": 971443703
        },
        {
            "start": 971443706,
            "stop": 971443770
        },
        {
            "start": 971443773,
            "stop": 971444107
        },
        {
            "start": 971444111,
            "stop": 971444344
        },
        {
            "start": 971444348,
            "stop": 971444349
        },
        {
            "start": 971444352,
            "stop": 971444378
        },
        {
            "start": 971444381,
            "stop": 971444536
        },
        {
            "start": 971444541,
            "stop": 971444556
        },
        {
            "start": 971444561,
            "stop": 971444570
        },
        {
            "start": 971444573,
            "stop": 971444574
        },
        {
            "start": 971444577,
            "stop": 971444589
        },
        {
            "start": 971444592,
            "stop": 971444612
        },
        {
            "start": 971444615,
            "stop": 971444732
        },
        {
            "start": 971444735,
            "stop": 971444736
        }
    ]
}