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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=174",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 175,
    "results": [
        {
            "start": 1258722441,
            "stop": 1258725704
        },
        {
            "start": 1258725712,
            "stop": 1258728179
        },
        {
            "start": 1258728182,
            "stop": 1258729361
        },
        {
            "start": 1258729364,
            "stop": 1258730526
        },
        {
            "start": 1258730529,
            "stop": 1258731300
        },
        {
            "start": 1258731307,
            "stop": 1258734158
        },
        {
            "start": 1258734161,
            "stop": 1258735825
        },
        {
            "start": 1258735826,
            "stop": 1258735851
        },
        {
            "start": 1258735854,
            "stop": 1258736714
        },
        {
            "start": 1258736717,
            "stop": 1258738500
        },
        {
            "start": 1258738503,
            "stop": 1258738505
        },
        {
            "start": 1258738508,
            "stop": 1258738515
        },
        {
            "start": 1258738518,
            "stop": 1258739100
        },
        {
            "start": 1258739103,
            "stop": 1258739269
        },
        {
            "start": 1258739272,
            "stop": 1258739951
        },
        {
            "start": 1258739954,
            "stop": 1258740641
        },
        {
            "start": 1258740644,
            "stop": 1258741045
        },
        {
            "start": 1258741047,
            "stop": 1258742205
        },
        {
            "start": 1258742208,
            "stop": 1258742708
        },
        {
            "start": 1258742711,
            "stop": 1258743101
        }
    ]
}