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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=733",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=731",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 732,
    "results": [
        {
            "start": 866175696,
            "stop": 866175704
        },
        {
            "start": 866175707,
            "stop": 866176568
        },
        {
            "start": 866176570,
            "stop": 866177343
        },
        {
            "start": 866177347,
            "stop": 866177776
        },
        {
            "start": 866177779,
            "stop": 866177971
        },
        {
            "start": 866177974,
            "stop": 866178031
        },
        {
            "start": 866178034,
            "stop": 866178080
        },
        {
            "start": 866178083,
            "stop": 866178269
        },
        {
            "start": 866178272,
            "stop": 866178372
        },
        {
            "start": 866178375,
            "stop": 866178973
        },
        {
            "start": 866178976,
            "stop": 866179203
        },
        {
            "start": 866179206,
            "stop": 866179462
        },
        {
            "start": 866179465,
            "stop": 866179754
        },
        {
            "start": 866179757,
            "stop": 866180693
        },
        {
            "start": 866180696,
            "stop": 866181201
        },
        {
            "start": 866181204,
            "stop": 866182662
        },
        {
            "start": 866182665,
            "stop": 866183523
        },
        {
            "start": 866184829,
            "stop": 866185183
        },
        {
            "start": 866185186,
            "stop": 866185906
        },
        {
            "start": 866185909,
            "stop": 866186674
        }
    ]
}