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=3656
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=3657",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3655",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3656,
    "results": [
        {
            "start": 970732301,
            "stop": 970732331
        },
        {
            "start": 970732334,
            "stop": 970733113
        },
        {
            "start": 970733116,
            "stop": 970733161
        },
        {
            "start": 970733164,
            "stop": 970733720
        },
        {
            "start": 970733723,
            "stop": 970733809
        },
        {
            "start": 970733810,
            "stop": 970733968
        },
        {
            "start": 970733973,
            "stop": 970734181
        },
        {
            "start": 970734184,
            "stop": 970734211
        },
        {
            "start": 970734214,
            "stop": 970734541
        },
        {
            "start": 970734544,
            "stop": 970735307
        },
        {
            "start": 970735310,
            "stop": 970735478
        },
        {
            "start": 970735479,
            "stop": 970735675
        },
        {
            "start": 970735678,
            "stop": 970737256
        },
        {
            "start": 970737257,
            "stop": 970737504
        },
        {
            "start": 970737507,
            "stop": 970737747
        },
        {
            "start": 970737750,
            "stop": 970737843
        },
        {
            "start": 970737846,
            "stop": 970737848
        },
        {
            "start": 970737851,
            "stop": 970737965
        },
        {
            "start": 970737968,
            "stop": 970737991
        },
        {
            "start": 970737994,
            "stop": 970738780
        }
    ]
}