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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=417",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=415",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 416,
    "results": [
        {
            "start": 860519675,
            "stop": 860519937
        },
        {
            "start": 860519943,
            "stop": 860519955
        },
        {
            "start": 860519960,
            "stop": 860520105
        },
        {
            "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": 860543395
        },
        {
            "start": 860544525,
            "stop": 860550651
        },
        {
            "start": 860551420,
            "stop": 860551947
        },
        {
            "start": 860552294,
            "stop": 860559697
        },
        {
            "start": 860560414,
            "stop": 860575670
        },
        {
            "start": 860575672,
            "stop": 860576108
        },
        {
            "start": 860576835,
            "stop": 860585135
        },
        {
            "start": 860585435,
            "stop": 860591649
        }
    ]
}