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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7123",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7124,
    "results": [
        {
            "start": 874278410,
            "stop": 874278686
        },
        {
            "start": 874278687,
            "stop": 874278861
        },
        {
            "start": 874278863,
            "stop": 874278912
        },
        {
            "start": 874278913,
            "stop": 874279022
        },
        {
            "start": 874279024,
            "stop": 874279332
        },
        {
            "start": 874279333,
            "stop": 874279359
        },
        {
            "start": 874279360,
            "stop": 874279394
        },
        {
            "start": 874279395,
            "stop": 874279671
        },
        {
            "start": 874279672,
            "stop": 874279750
        },
        {
            "start": 874279752,
            "stop": 874279799
        },
        {
            "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
        }
    ]
}