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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4800",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4801,
    "results": [
        {
            "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
        },
        {
            "start": 874639008,
            "stop": 874639013
        },
        {
            "start": 874639034,
            "stop": 874639143
        },
        {
            "start": 874639162,
            "stop": 874639327
        },
        {
            "start": 874639359,
            "stop": 874639372
        },
        {
            "start": 874639392,
            "stop": 874639464
        },
        {
            "start": 874639483,
            "stop": 874639500
        }
    ]
}