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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=25",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 26,
    "results": [
        {
            "start": 1258882526,
            "stop": 1258892776
        },
        {
            "start": 1258893503,
            "stop": 1258897175
        },
        {
            "start": 1258920324,
            "stop": 1258920562
        },
        {
            "start": 1258921825,
            "stop": 1258931939
        },
        {
            "start": 1258933197,
            "stop": 1258933534
        },
        {
            "start": 1258933535,
            "stop": 1258938170
        },
        {
            "start": 1258938290,
            "stop": 1258939196
        },
        {
            "start": 1258940449,
            "stop": 1258947175
        },
        {
            "start": 1258949100,
            "stop": 1258950716
        },
        {
            "start": 1258954058,
            "stop": 1258955625
        },
        {
            "start": 1258956949,
            "stop": 1258960599
        },
        {
            "start": 1258962938,
            "stop": 1258965355
        },
        {
            "start": 1258966690,
            "stop": 1258966880
        },
        {
            "start": 1258970021,
            "stop": 1258980605
        },
        {
            "start": 1258980629,
            "stop": 1258982537
        },
        {
            "start": 1258998154,
            "stop": 1258998514
        },
        {
            "start": 1258998536,
            "stop": 1259002300
        },
        {
            "start": 1259002301,
            "stop": 1259006392
        },
        {
            "start": 1259008870,
            "stop": 1259013636
        },
        {
            "start": 1259013652,
            "stop": 1259016610
        }
    ]
}