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=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=263",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 264,
    "results": [
        {
            "start": 821580241,
            "stop": 821580485
        },
        {
            "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": 821581489
        },
        {
            "start": 821581493,
            "stop": 821581496
        },
        {
            "start": 821581500,
            "stop": 821581502
        },
        {
            "start": 821581506,
            "stop": 821581509
        },
        {
            "start": 821581512,
            "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
        }
    ]
}