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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=91",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 92,
    "results": [
        {
            "start": 831249748,
            "stop": 831264583
        },
        {
            "start": 831267322,
            "stop": 831277171
        },
        {
            "start": 831277179,
            "stop": 831312281
        },
        {
            "start": 831314216,
            "stop": 831315093
        },
        {
            "start": 831315174,
            "stop": 831323520
        },
        {
            "start": 831325277,
            "stop": 831331591
        },
        {
            "start": 831331993,
            "stop": 831344032
        },
        {
            "start": 831344040,
            "stop": 831344043
        },
        {
            "start": 831344051,
            "stop": 831344056
        },
        {
            "start": 831346305,
            "stop": 831355215
        },
        {
            "start": 831359269,
            "stop": 831387815
        },
        {
            "start": 831387823,
            "stop": 831396066
        },
        {
            "start": 831396074,
            "stop": 831396080
        },
        {
            "start": 831396092,
            "stop": 831396303
        },
        {
            "start": 831396310,
            "stop": 831412659
        },
        {
            "start": 831414401,
            "stop": 831419089
        },
        {
            "start": 831420044,
            "stop": 831420996
        },
        {
            "start": 831421857,
            "stop": 831439089
        },
        {
            "start": 831439352,
            "stop": 831449829
        },
        {
            "start": 831449836,
            "stop": 831454733
        }
    ]
}