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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=74",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 75,
    "results": [
        {
            "start": 816263819,
            "stop": 816264199
        },
        {
            "start": 816264202,
            "stop": 816264393
        },
        {
            "start": 816264397,
            "stop": 816264704
        },
        {
            "start": 816264707,
            "stop": 816265002
        },
        {
            "start": 816265005,
            "stop": 816265229
        },
        {
            "start": 816265232,
            "stop": 816265336
        },
        {
            "start": 816265339,
            "stop": 816265724
        },
        {
            "start": 816265728,
            "stop": 816265989
        },
        {
            "start": 816265992,
            "stop": 816266572
        },
        {
            "start": 816266576,
            "stop": 816266821
        },
        {
            "start": 816266824,
            "stop": 816266913
        },
        {
            "start": 816266916,
            "stop": 816267029
        },
        {
            "start": 816267032,
            "stop": 816267059
        },
        {
            "start": 816267062,
            "stop": 816267391
        },
        {
            "start": 816267396,
            "stop": 816267626
        },
        {
            "start": 816267629,
            "stop": 816267802
        },
        {
            "start": 816267805,
            "stop": 816267890
        },
        {
            "start": 816267893,
            "stop": 816268164
        },
        {
            "start": 816268167,
            "stop": 816268307
        },
        {
            "start": 816268310,
            "stop": 816268571
        }
    ]
}