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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4347",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4348,
    "results": [
        {
            "start": 874759648,
            "stop": 874759693
        },
        {
            "start": 874759737,
            "stop": 874759821
        },
        {
            "start": 874759842,
            "stop": 874759864
        },
        {
            "start": 874759883,
            "stop": 874759896
        },
        {
            "start": 874759929,
            "stop": 874760058
        },
        {
            "start": 874760077,
            "stop": 874760121
        },
        {
            "start": 874760140,
            "stop": 874760204
        },
        {
            "start": 874760245,
            "stop": 874760321
        },
        {
            "start": 874760340,
            "stop": 874760423
        },
        {
            "start": 874760442,
            "stop": 874760527
        },
        {
            "start": 874760552,
            "stop": 874760612
        },
        {
            "start": 874760632,
            "stop": 874760640
        },
        {
            "start": 874760700,
            "stop": 874760702
        },
        {
            "start": 874760721,
            "stop": 874760792
        },
        {
            "start": 874760945,
            "stop": 874760998
        },
        {
            "start": 874761034,
            "stop": 874761054
        },
        {
            "start": 874761120,
            "stop": 874761137
        },
        {
            "start": 874761156,
            "stop": 874761197
        },
        {
            "start": 874761221,
            "stop": 874761558
        },
        {
            "start": 874761578,
            "stop": 874761624
        }
    ]
}