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=3705
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=3706",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3704",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3705,
    "results": [
        {
            "start": 970988896,
            "stop": 970988992
        },
        {
            "start": 970988995,
            "stop": 970989016
        },
        {
            "start": 970989019,
            "stop": 970989063
        },
        {
            "start": 970989066,
            "stop": 970989067
        },
        {
            "start": 970989070,
            "stop": 970989109
        },
        {
            "start": 970989112,
            "stop": 970989130
        },
        {
            "start": 970989133,
            "stop": 970989205
        },
        {
            "start": 970989208,
            "stop": 970989229
        },
        {
            "start": 970989232,
            "stop": 970989293
        },
        {
            "start": 970989296,
            "stop": 970989400
        },
        {
            "start": 970989403,
            "stop": 970989438
        },
        {
            "start": 970989441,
            "stop": 970989466
        },
        {
            "start": 970989469,
            "stop": 970989516
        },
        {
            "start": 970989519,
            "stop": 970989571
        },
        {
            "start": 970989574,
            "stop": 970989781
        },
        {
            "start": 970989784,
            "stop": 970989788
        },
        {
            "start": 970989791,
            "stop": 970989938
        },
        {
            "start": 970989941,
            "stop": 970990068
        },
        {
            "start": 970990071,
            "stop": 970990273
        },
        {
            "start": 970990276,
            "stop": 970990319
        }
    ]
}