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=6056
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=6057",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6055",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6056,
    "results": [
        {
            "start": 873785169,
            "stop": 873785356
        },
        {
            "start": 873785359,
            "stop": 873785365
        },
        {
            "start": 873785368,
            "stop": 873785371
        },
        {
            "start": 873785374,
            "stop": 873785375
        },
        {
            "start": 873785378,
            "stop": 873785384
        },
        {
            "start": 873785390,
            "stop": 873785417
        },
        {
            "start": 873785420,
            "stop": 873785422
        },
        {
            "start": 873785425,
            "stop": 873785440
        },
        {
            "start": 873785443,
            "stop": 873785449
        },
        {
            "start": 873785452,
            "stop": 873785454
        },
        {
            "start": 873785457,
            "stop": 873785485
        },
        {
            "start": 873785488,
            "stop": 873785500
        },
        {
            "start": 873785503,
            "stop": 873785525
        },
        {
            "start": 873785528,
            "stop": 873785661
        },
        {
            "start": 873785664,
            "stop": 873785702
        },
        {
            "start": 873785705,
            "stop": 873785737
        },
        {
            "start": 873785740,
            "stop": 873785757
        },
        {
            "start": 873785761,
            "stop": 873785776
        },
        {
            "start": 873785779,
            "stop": 873785853
        },
        {
            "start": 873785856,
            "stop": 873785888
        }
    ]
}