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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=59",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 60,
    "results": [
        {
            "start": 816194875,
            "stop": 816194925
        },
        {
            "start": 816194928,
            "stop": 816195107
        },
        {
            "start": 816197300,
            "stop": 816197603
        },
        {
            "start": 816197606,
            "stop": 816197993
        },
        {
            "start": 816197996,
            "stop": 816198119
        },
        {
            "start": 816198122,
            "stop": 816198171
        },
        {
            "start": 816198174,
            "stop": 816198385
        },
        {
            "start": 816198388,
            "stop": 816198417
        },
        {
            "start": 816198420,
            "stop": 816198484
        },
        {
            "start": 816198487,
            "stop": 816198515
        },
        {
            "start": 816198518,
            "stop": 816198626
        },
        {
            "start": 816198629,
            "stop": 816198672
        },
        {
            "start": 816198675,
            "stop": 816198739
        },
        {
            "start": 816198742,
            "stop": 816198981
        },
        {
            "start": 816198984,
            "stop": 816199274
        },
        {
            "start": 816199277,
            "stop": 816199469
        },
        {
            "start": 816199472,
            "stop": 816199626
        },
        {
            "start": 816199629,
            "stop": 816199777
        },
        {
            "start": 816199781,
            "stop": 816199841
        },
        {
            "start": 816199844,
            "stop": 816199853
        }
    ]
}