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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=234",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 235,
    "results": [
        {
            "start": 820971533,
            "stop": 820971636
        },
        {
            "start": 820971640,
            "stop": 820972650
        },
        {
            "start": 820972667,
            "stop": 820973556
        },
        {
            "start": 820976296,
            "stop": 820976539
        },
        {
            "start": 820976558,
            "stop": 820978684
        },
        {
            "start": 820978734,
            "stop": 820979630
        },
        {
            "start": 820979634,
            "stop": 820980407
        },
        {
            "start": 820980424,
            "stop": 820980661
        },
        {
            "start": 820980664,
            "stop": 820980735
        },
        {
            "start": 820980738,
            "stop": 820980974
        },
        {
            "start": 820980977,
            "stop": 820981124
        },
        {
            "start": 820981127,
            "stop": 820981220
        },
        {
            "start": 820981223,
            "stop": 820981285
        },
        {
            "start": 820981288,
            "stop": 820981380
        },
        {
            "start": 820982417,
            "stop": 820983328
        },
        {
            "start": 820983331,
            "stop": 820983639
        },
        {
            "start": 820983656,
            "stop": 820983927
        },
        {
            "start": 820983930,
            "stop": 820984748
        },
        {
            "start": 820984752,
            "stop": 820985035
        },
        {
            "start": 820985038,
            "stop": 820985141
        }
    ]
}