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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=97",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 98,
    "results": [
        {
            "start": 931329792,
            "stop": 931329857
        },
        {
            "start": 931329858,
            "stop": 931330079
        },
        {
            "start": 931330080,
            "stop": 931330216
        },
        {
            "start": 931330217,
            "stop": 931330258
        },
        {
            "start": 931330259,
            "stop": 931330280
        },
        {
            "start": 931330282,
            "stop": 931330288
        },
        {
            "start": 931330289,
            "stop": 931330417
        },
        {
            "start": 931330418,
            "stop": 931330478
        },
        {
            "start": 931330479,
            "stop": 931330483
        },
        {
            "start": 931330484,
            "stop": 931330524
        },
        {
            "start": 931331181,
            "stop": 931331222
        },
        {
            "start": 931331223,
            "stop": 931331294
        },
        {
            "start": 931331295,
            "stop": 931331346
        },
        {
            "start": 931331350,
            "stop": 931331377
        },
        {
            "start": 931331379,
            "stop": 931331422
        },
        {
            "start": 931331424,
            "stop": 931331427
        },
        {
            "start": 931331428,
            "stop": 931331527
        },
        {
            "start": 931331529,
            "stop": 931331540
        },
        {
            "start": 931331541,
            "stop": 931331556
        },
        {
            "start": 931331557,
            "stop": 931331630
        }
    ]
}