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=6189
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=6190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6188",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6189,
    "results": [
        {
            "start": 874518558,
            "stop": 874518559
        },
        {
            "start": 874518561,
            "stop": 874518566
        },
        {
            "start": 874518573,
            "stop": 874518575
        },
        {
            "start": 874518576,
            "stop": 874518577
        },
        {
            "start": 874518578,
            "stop": 874518580
        },
        {
            "start": 874518586,
            "stop": 874518589
        },
        {
            "start": 874518590,
            "stop": 874518595
        },
        {
            "start": 874518597,
            "stop": 874518600
        },
        {
            "start": 874518603,
            "stop": 874518609
        },
        {
            "start": 874518610,
            "stop": 874518611
        },
        {
            "start": 874518612,
            "stop": 874518614
        },
        {
            "start": 874518615,
            "stop": 874518620
        },
        {
            "start": 874518621,
            "stop": 874518626
        },
        {
            "start": 874518630,
            "stop": 874518633
        },
        {
            "start": 874518634,
            "stop": 874518636
        },
        {
            "start": 874518638,
            "stop": 874518641
        },
        {
            "start": 874518643,
            "stop": 874518645
        },
        {
            "start": 874518646,
            "stop": 874518647
        },
        {
            "start": 874518648,
            "stop": 874518651
        },
        {
            "start": 874518652,
            "stop": 874518653
        }
    ]
}