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=402
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=403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=401",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 402,
    "results": [
        {
            "start": 821497233,
            "stop": 821497240
        },
        {
            "start": 821497245,
            "stop": 821497250
        },
        {
            "start": 821497269,
            "stop": 821497287
        },
        {
            "start": 821497307,
            "stop": 821497311
        },
        {
            "start": 821497330,
            "stop": 821497334
        },
        {
            "start": 821497374,
            "stop": 821497389
        },
        {
            "start": 821497415,
            "stop": 821497417
        },
        {
            "start": 821497436,
            "stop": 821497455
        },
        {
            "start": 821497479,
            "stop": 821497493
        },
        {
            "start": 821497592,
            "stop": 821497593
        },
        {
            "start": 821497626,
            "stop": 821497650
        },
        {
            "start": 821497737,
            "stop": 821497770
        },
        {
            "start": 821497789,
            "stop": 821497791
        },
        {
            "start": 821497898,
            "stop": 821497904
        },
        {
            "start": 821497941,
            "stop": 821497948
        },
        {
            "start": 821497976,
            "stop": 821497983
        },
        {
            "start": 821498008,
            "stop": 821498019
        },
        {
            "start": 821498097,
            "stop": 821498108
        },
        {
            "start": 821498175,
            "stop": 821498191
        },
        {
            "start": 821498292,
            "stop": 821498296
        }
    ]
}