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=664
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=665",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=663",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 664,
    "results": [
        {
            "start": 1264668863,
            "stop": 1264670334
        },
        {
            "start": 1264670342,
            "stop": 1264671219
        },
        {
            "start": 1264671227,
            "stop": 1264678487
        },
        {
            "start": 1264678490,
            "stop": 1264679718
        },
        {
            "start": 1264679721,
            "stop": 1264679729
        },
        {
            "start": 1264679732,
            "stop": 1264682066
        },
        {
            "start": 1264682069,
            "stop": 1264689951
        },
        {
            "start": 1264689954,
            "stop": 1264690400
        },
        {
            "start": 1264690408,
            "stop": 1264694205
        },
        {
            "start": 1264694208,
            "stop": 1264695079
        },
        {
            "start": 1264695082,
            "stop": 1264696273
        },
        {
            "start": 1264696281,
            "stop": 1264697378
        },
        {
            "start": 1264697381,
            "stop": 1264698088
        },
        {
            "start": 1264698091,
            "stop": 1264700175
        },
        {
            "start": 1264700178,
            "stop": 1264701502
        },
        {
            "start": 1264701510,
            "stop": 1264701689
        },
        {
            "start": 1264701692,
            "stop": 1264703538
        },
        {
            "start": 1264703820,
            "stop": 1264705274
        },
        {
            "start": 1264705277,
            "stop": 1264707652
        },
        {
            "start": 1264707655,
            "stop": 1264716295
        }
    ]
}