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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6522",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6520",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6521,
    "results": [
        {
            "start": 874279800,
            "stop": 874280283
        },
        {
            "start": 874280284,
            "stop": 874280414
        },
        {
            "start": 874280415,
            "stop": 874280426
        },
        {
            "start": 874280427,
            "stop": 874280437
        },
        {
            "start": 874280439,
            "stop": 874280855
        },
        {
            "start": 874280857,
            "stop": 874281022
        },
        {
            "start": 874281023,
            "stop": 874281246
        },
        {
            "start": 874281247,
            "stop": 874281311
        },
        {
            "start": 874281312,
            "stop": 874281378
        },
        {
            "start": 874281379,
            "stop": 874281506
        },
        {
            "start": 874281507,
            "stop": 874281777
        },
        {
            "start": 874281779,
            "stop": 874281792
        },
        {
            "start": 874281793,
            "stop": 874281876
        },
        {
            "start": 874281877,
            "stop": 874282153
        },
        {
            "start": 874282154,
            "stop": 874282359
        },
        {
            "start": 874282360,
            "stop": 874282376
        },
        {
            "start": 874282378,
            "stop": 874282470
        },
        {
            "start": 874282471,
            "stop": 874282592
        },
        {
            "start": 874282593,
            "stop": 874282783
        },
        {
            "start": 874282784,
            "stop": 874283031
        }
    ]
}