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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=147",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 148,
    "results": [
        {
            "start": 821512827,
            "stop": 821512831
        },
        {
            "start": 821512834,
            "stop": 821512877
        },
        {
            "start": 821512880,
            "stop": 821512909
        },
        {
            "start": 821512912,
            "stop": 821513025
        },
        {
            "start": 821513028,
            "stop": 821513082
        },
        {
            "start": 821513085,
            "stop": 821513108
        },
        {
            "start": 821513111,
            "stop": 821513115
        },
        {
            "start": 821513118,
            "stop": 821513127
        },
        {
            "start": 821513130,
            "stop": 821513166
        },
        {
            "start": 821513169,
            "stop": 821513173
        },
        {
            "start": 821513176,
            "stop": 821513178
        },
        {
            "start": 821513181,
            "stop": 821513317
        },
        {
            "start": 821513320,
            "stop": 821513336
        },
        {
            "start": 821513339,
            "stop": 821513396
        },
        {
            "start": 821515440,
            "stop": 821515495
        },
        {
            "start": 821515498,
            "stop": 821515582
        },
        {
            "start": 821515585,
            "stop": 821515636
        },
        {
            "start": 821515639,
            "stop": 821515647
        },
        {
            "start": 821515650,
            "stop": 821515671
        },
        {
            "start": 821515674,
            "stop": 821515682
        }
    ]
}