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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=65",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 66,
    "results": [
        {
            "start": 816194294,
            "stop": 816194338
        },
        {
            "start": 816194341,
            "stop": 816194511
        },
        {
            "start": 816194514,
            "stop": 816194783
        },
        {
            "start": 816194785,
            "stop": 816194817
        },
        {
            "start": 816194820,
            "stop": 816194852
        },
        {
            "start": 816194856,
            "stop": 816194872
        },
        {
            "start": 816194875,
            "stop": 816194925
        },
        {
            "start": 816194928,
            "stop": 816195034
        },
        {
            "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
        }
    ]
}