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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=66",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 67,
    "results": [
        {
            "start": 816198984,
            "stop": 816199274
        },
        {
            "start": 816199277,
            "stop": 816199469
        },
        {
            "start": 816199472,
            "stop": 816199626
        },
        {
            "start": 816199629,
            "stop": 816199689
        },
        {
            "start": 816199809,
            "stop": 816199841
        },
        {
            "start": 816199844,
            "stop": 816199853
        },
        {
            "start": 816199856,
            "stop": 816199899
        },
        {
            "start": 816199902,
            "stop": 816200140
        },
        {
            "start": 816200143,
            "stop": 816200179
        },
        {
            "start": 816200182,
            "stop": 816200189
        },
        {
            "start": 816200192,
            "stop": 816200305
        },
        {
            "start": 816200308,
            "stop": 816200393
        },
        {
            "start": 816200396,
            "stop": 816200404
        },
        {
            "start": 816200407,
            "stop": 816200479
        },
        {
            "start": 816200482,
            "stop": 816200571
        },
        {
            "start": 816201164,
            "stop": 816201273
        },
        {
            "start": 816201276,
            "stop": 816201318
        },
        {
            "start": 816201321,
            "stop": 816201480
        },
        {
            "start": 816201483,
            "stop": 816201664
        },
        {
            "start": 816201667,
            "stop": 816201751
        }
    ]
}