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=4939
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=4940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4938",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4939,
    "results": [
        {
            "start": 875223623,
            "stop": 875223628
        },
        {
            "start": 875223647,
            "stop": 875223678
        },
        {
            "start": 875223697,
            "stop": 875223702
        },
        {
            "start": 875223729,
            "stop": 875223804
        },
        {
            "start": 875223829,
            "stop": 875223831
        },
        {
            "start": 875223850,
            "stop": 875223858
        },
        {
            "start": 875223894,
            "stop": 875223895
        },
        {
            "start": 875223914,
            "stop": 875223933
        },
        {
            "start": 875223956,
            "stop": 875223958
        },
        {
            "start": 875223978,
            "stop": 875223988
        },
        {
            "start": 875224023,
            "stop": 875224024
        },
        {
            "start": 875224054,
            "stop": 875224072
        },
        {
            "start": 875224105,
            "stop": 875224172
        },
        {
            "start": 875224191,
            "stop": 875224218
        },
        {
            "start": 875224237,
            "stop": 875224302
        },
        {
            "start": 875224321,
            "stop": 875224390
        },
        {
            "start": 875224409,
            "stop": 875224414
        },
        {
            "start": 875224440,
            "stop": 875224454
        },
        {
            "start": 875224476,
            "stop": 875224496
        },
        {
            "start": 875224515,
            "stop": 875224564
        }
    ]
}