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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=341",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 342,
    "results": [
        {
            "start": 821580489,
            "stop": 821580491
        },
        {
            "start": 821580494,
            "stop": 821580530
        },
        {
            "start": 821580533,
            "stop": 821580681
        },
        {
            "start": 821580684,
            "stop": 821580803
        },
        {
            "start": 821580806,
            "stop": 821580914
        },
        {
            "start": 821580918,
            "stop": 821580935
        },
        {
            "start": 821580938,
            "stop": 821580967
        },
        {
            "start": 821580970,
            "stop": 821581144
        },
        {
            "start": 821581148,
            "stop": 821581402
        },
        {
            "start": 821581522,
            "stop": 821581571
        },
        {
            "start": 821581574,
            "stop": 821581615
        },
        {
            "start": 821581619,
            "stop": 821581623
        },
        {
            "start": 821581626,
            "stop": 821581698
        },
        {
            "start": 821581701,
            "stop": 821581740
        },
        {
            "start": 821581744,
            "stop": 821581776
        },
        {
            "start": 821581779,
            "stop": 821581817
        },
        {
            "start": 821581820,
            "stop": 821581823
        },
        {
            "start": 821581827,
            "stop": 821582066
        },
        {
            "start": 821582070,
            "stop": 821582073
        },
        {
            "start": 821582076,
            "stop": 821582357
        }
    ]
}