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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=87",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 88,
    "results": [
        {
            "start": 816810800,
            "stop": 816813792
        },
        {
            "start": 816813795,
            "stop": 816813963
        },
        {
            "start": 816815361,
            "stop": 816815420
        },
        {
            "start": 816816150,
            "stop": 816817108
        },
        {
            "start": 816817111,
            "stop": 816817222
        },
        {
            "start": 816817225,
            "stop": 816818040
        },
        {
            "start": 816819345,
            "stop": 816820007
        },
        {
            "start": 816820010,
            "stop": 816823392
        },
        {
            "start": 816824154,
            "stop": 816829677
        },
        {
            "start": 816829678,
            "stop": 816834976
        },
        {
            "start": 816834993,
            "stop": 816835018
        },
        {
            "start": 816835021,
            "stop": 816847619
        },
        {
            "start": 816847622,
            "stop": 816852260
        },
        {
            "start": 816852263,
            "stop": 816862062
        },
        {
            "start": 816862065,
            "stop": 816864819
        },
        {
            "start": 816865574,
            "stop": 816865770
        },
        {
            "start": 816865773,
            "stop": 816868425
        },
        {
            "start": 816868428,
            "stop": 816871492
        },
        {
            "start": 816871495,
            "stop": 816877792
        },
        {
            "start": 816877796,
            "stop": 816879458
        }
    ]
}