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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=124",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 125,
    "results": [
        {
            "start": 819986113,
            "stop": 819986116
        },
        {
            "start": 819986119,
            "stop": 819986214
        },
        {
            "start": 819986218,
            "stop": 819986403
        },
        {
            "start": 819986406,
            "stop": 819986458
        },
        {
            "start": 819986461,
            "stop": 819986606
        },
        {
            "start": 819986609,
            "stop": 819986771
        },
        {
            "start": 819986774,
            "stop": 819986886
        },
        {
            "start": 819986890,
            "stop": 819986899
        },
        {
            "start": 819986903,
            "stop": 819986905
        },
        {
            "start": 819986908,
            "stop": 819986939
        },
        {
            "start": 819986943,
            "stop": 819986963
        },
        {
            "start": 819986967,
            "stop": 819986968
        },
        {
            "start": 819986973,
            "stop": 819986974
        },
        {
            "start": 819986978,
            "stop": 819986979
        },
        {
            "start": 819986982,
            "stop": 819987344
        },
        {
            "start": 819987347,
            "stop": 819987460
        },
        {
            "start": 819987463,
            "stop": 819987560
        },
        {
            "start": 819987564,
            "stop": 819987868
        },
        {
            "start": 819987871,
            "stop": 819987874
        },
        {
            "start": 819987878,
            "stop": 819988139
        }
    ]
}