Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6200
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6199",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6200,
    "results": [
        {
            "start": 874581269,
            "stop": 874581745
        },
        {
            "start": 874581748,
            "stop": 874582127
        },
        {
            "start": 874582128,
            "stop": 874584285
        },
        {
            "start": 874584286,
            "stop": 874584565
        },
        {
            "start": 874584566,
            "stop": 874584782
        },
        {
            "start": 874584787,
            "stop": 874585022
        },
        {
            "start": 874585023,
            "stop": 874586679
        },
        {
            "start": 874586682,
            "stop": 874586697
        },
        {
            "start": 874586700,
            "stop": 874587449
        },
        {
            "start": 874587451,
            "stop": 874587620
        },
        {
            "start": 874587623,
            "stop": 874587630
        },
        {
            "start": 874587633,
            "stop": 874587740
        },
        {
            "start": 874587745,
            "stop": 874587772
        },
        {
            "start": 874587775,
            "stop": 874588251
        },
        {
            "start": 874588253,
            "stop": 874589488
        },
        {
            "start": 874589490,
            "stop": 874589511
        },
        {
            "start": 874589514,
            "stop": 874590260
        },
        {
            "start": 874590261,
            "stop": 874591229
        },
        {
            "start": 874591231,
            "stop": 874591260
        },
        {
            "start": 874591320,
            "stop": 874591383
        }
    ]
}