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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2051",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2049",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2050,
    "results": [
        {
            "start": 860520110,
            "stop": 860526178
        },
        {
            "start": 860526298,
            "stop": 860527015
        },
        {
            "start": 860528274,
            "stop": 860531322
        },
        {
            "start": 860531328,
            "stop": 860531342
        },
        {
            "start": 860531348,
            "stop": 860531407
        },
        {
            "start": 860531413,
            "stop": 860533582
        },
        {
            "start": 860533588,
            "stop": 860534632
        },
        {
            "start": 860534825,
            "stop": 860541452
        },
        {
            "start": 860541460,
            "stop": 860541482
        },
        {
            "start": 860541488,
            "stop": 860543425
        },
        {
            "start": 860544525,
            "stop": 860550651
        },
        {
            "start": 860551420,
            "stop": 860551947
        },
        {
            "start": 860552294,
            "stop": 860559697
        },
        {
            "start": 860560414,
            "stop": 860563470
        },
        {
            "start": 860563530,
            "stop": 860575670
        },
        {
            "start": 860575672,
            "stop": 860576108
        },
        {
            "start": 860576835,
            "stop": 860585130
        },
        {
            "start": 860585435,
            "stop": 860591649
        },
        {
            "start": 860591902,
            "stop": 860594065
        },
        {
            "start": 860594375,
            "stop": 860602970
        }
    ]
}