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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7368",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7366",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7367,
    "results": [
        {
            "start": 969434349,
            "stop": 969434472
        },
        {
            "start": 969434475,
            "stop": 969434525
        },
        {
            "start": 969434528,
            "stop": 969434581
        },
        {
            "start": 969434584,
            "stop": 969434655
        },
        {
            "start": 969434658,
            "stop": 969434698
        },
        {
            "start": 969434701,
            "stop": 969434801
        },
        {
            "start": 969434804,
            "stop": 969434818
        },
        {
            "start": 969434821,
            "stop": 969435027
        },
        {
            "start": 969435030,
            "stop": 969436382
        },
        {
            "start": 969436385,
            "stop": 969436586
        },
        {
            "start": 969436615,
            "stop": 969436653
        },
        {
            "start": 969436676,
            "stop": 969436793
        },
        {
            "start": 969436796,
            "stop": 969437440
        },
        {
            "start": 969437443,
            "stop": 969437574
        },
        {
            "start": 969437577,
            "stop": 969439180
        },
        {
            "start": 969439183,
            "stop": 969439288
        },
        {
            "start": 969439291,
            "stop": 969439528
        },
        {
            "start": 969439531,
            "stop": 969439919
        },
        {
            "start": 969439922,
            "stop": 969440082
        },
        {
            "start": 969440085,
            "stop": 969440114
        }
    ]
}