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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2160",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2161,
    "results": [
        {
            "start": 869724585,
            "stop": 869757970
        },
        {
            "start": 869757975,
            "stop": 869762962
        },
        {
            "start": 869762968,
            "stop": 869763005
        },
        {
            "start": 869763010,
            "stop": 869773254
        },
        {
            "start": 869773546,
            "stop": 869773875
        },
        {
            "start": 869774175,
            "stop": 869775234
        },
        {
            "start": 869775344,
            "stop": 869776031
        },
        {
            "start": 869776331,
            "stop": 869776453
        },
        {
            "start": 869776820,
            "stop": 869777141
        },
        {
            "start": 869777251,
            "stop": 869777628
        },
        {
            "start": 869777928,
            "stop": 869821455
        },
        {
            "start": 869821457,
            "stop": 869823270
        },
        {
            "start": 869823390,
            "stop": 869825550
        },
        {
            "start": 869825553,
            "stop": 869831481
        },
        {
            "start": 869832460,
            "stop": 869844672
        },
        {
            "start": 869844678,
            "stop": 869845061
        },
        {
            "start": 869845064,
            "stop": 869845070
        },
        {
            "start": 869845075,
            "stop": 869845079
        },
        {
            "start": 869845085,
            "stop": 869846950
        },
        {
            "start": 869846955,
            "stop": 869848435
        }
    ]
}