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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5800",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5798",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5799,
    "results": [
        {
            "start": 874690004,
            "stop": 874692216
        },
        {
            "start": 874692219,
            "stop": 874692578
        },
        {
            "start": 874692581,
            "stop": 874692676
        },
        {
            "start": 874692679,
            "stop": 874693303
        },
        {
            "start": 874693306,
            "stop": 874693387
        },
        {
            "start": 874693390,
            "stop": 874693422
        },
        {
            "start": 874693425,
            "stop": 874693439
        },
        {
            "start": 874693442,
            "stop": 874693620
        },
        {
            "start": 874693623,
            "stop": 874693673
        },
        {
            "start": 874693677,
            "stop": 874693804
        },
        {
            "start": 874693810,
            "stop": 874693856
        },
        {
            "start": 874693859,
            "stop": 874693882
        },
        {
            "start": 874693885,
            "stop": 874693932
        },
        {
            "start": 874693935,
            "stop": 874693942
        },
        {
            "start": 874693945,
            "stop": 874693961
        },
        {
            "start": 874693964,
            "stop": 874694024
        },
        {
            "start": 874694030,
            "stop": 874694041
        },
        {
            "start": 874694044,
            "stop": 874694051
        },
        {
            "start": 874694054,
            "stop": 874694147
        },
        {
            "start": 874694150,
            "stop": 874694155
        }
    ]
}