Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4135
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=4136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4134",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4135,
    "results": [
        {
            "start": 874272444,
            "stop": 874272475
        },
        {
            "start": 874272502,
            "stop": 874272510
        },
        {
            "start": 874272547,
            "stop": 874272588
        },
        {
            "start": 874272608,
            "stop": 874272614
        },
        {
            "start": 874272638,
            "stop": 874272658
        },
        {
            "start": 874272677,
            "stop": 874272680
        },
        {
            "start": 874272715,
            "stop": 874272726
        },
        {
            "start": 874273922,
            "stop": 874274872
        },
        {
            "start": 874274992,
            "stop": 874275240
        },
        {
            "start": 874275300,
            "stop": 874275315
        },
        {
            "start": 874277162,
            "stop": 874277504
        },
        {
            "start": 874277685,
            "stop": 874277880
        },
        {
            "start": 874277940,
            "stop": 874278953
        },
        {
            "start": 874279073,
            "stop": 874279404
        },
        {
            "start": 874279423,
            "stop": 874279740
        },
        {
            "start": 874279800,
            "stop": 874279867
        },
        {
            "start": 874279887,
            "stop": 874279991
        },
        {
            "start": 874280114,
            "stop": 874280237
        },
        {
            "start": 874280256,
            "stop": 874280260
        },
        {
            "start": 874280316,
            "stop": 874280335
        }
    ]
}