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=4283
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=4284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4282",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4283,
    "results": [
        {
            "start": 874637039,
            "stop": 874637213
        },
        {
            "start": 874637233,
            "stop": 874637407
        },
        {
            "start": 874637426,
            "stop": 874637434
        },
        {
            "start": 874637453,
            "stop": 874637460
        },
        {
            "start": 874637520,
            "stop": 874637588
        },
        {
            "start": 874637608,
            "stop": 874637659
        },
        {
            "start": 874637678,
            "stop": 874637766
        },
        {
            "start": 874637786,
            "stop": 874637840
        },
        {
            "start": 874637859,
            "stop": 874637959
        },
        {
            "start": 874637989,
            "stop": 874638013
        },
        {
            "start": 874638081,
            "stop": 874638085
        },
        {
            "start": 874638109,
            "stop": 874638156
        },
        {
            "start": 874638175,
            "stop": 874638177
        },
        {
            "start": 874638197,
            "stop": 874638251
        },
        {
            "start": 874638270,
            "stop": 874638381
        },
        {
            "start": 874638403,
            "stop": 874638527
        },
        {
            "start": 874638546,
            "stop": 874638711
        },
        {
            "start": 874638730,
            "stop": 874638882
        },
        {
            "start": 874638901,
            "stop": 874638969
        },
        {
            "start": 874638988,
            "stop": 874638989
        }
    ]
}