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=736
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=737",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=735",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 736,
    "results": [
        {
            "start": 866200480,
            "stop": 866200813
        },
        {
            "start": 866200816,
            "stop": 866200861
        },
        {
            "start": 866200865,
            "stop": 866201005
        },
        {
            "start": 866201008,
            "stop": 866201308
        },
        {
            "start": 866201311,
            "stop": 866201854
        },
        {
            "start": 866201857,
            "stop": 866201940
        },
        {
            "start": 866201943,
            "stop": 866201958
        },
        {
            "start": 866201961,
            "stop": 866202030
        },
        {
            "start": 866202033,
            "stop": 866202213
        },
        {
            "start": 866202216,
            "stop": 866202412
        },
        {
            "start": 866202416,
            "stop": 866202506
        },
        {
            "start": 866202509,
            "stop": 866202871
        },
        {
            "start": 866202874,
            "stop": 866203156
        },
        {
            "start": 866203159,
            "stop": 866204256
        },
        {
            "start": 866204259,
            "stop": 866204307
        },
        {
            "start": 866204310,
            "stop": 866204337
        },
        {
            "start": 866204340,
            "stop": 866204653
        },
        {
            "start": 866204656,
            "stop": 866205107
        },
        {
            "start": 866205110,
            "stop": 866206136
        },
        {
            "start": 866206139,
            "stop": 866206146
        }
    ]
}