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/H1_BURST_CAT2E/segments?format=api&page=7318
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=7319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7317",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7318,
    "results": [
        {
            "start": 875187544,
            "stop": 875187713
        },
        {
            "start": 875187714,
            "stop": 875187721
        },
        {
            "start": 875187722,
            "stop": 875187964
        },
        {
            "start": 875187965,
            "stop": 875188027
        },
        {
            "start": 875188028,
            "stop": 875189442
        },
        {
            "start": 875189443,
            "stop": 875189647
        },
        {
            "start": 875189648,
            "stop": 875189977
        },
        {
            "start": 875189978,
            "stop": 875190122
        },
        {
            "start": 875190123,
            "stop": 875191286
        },
        {
            "start": 875191287,
            "stop": 875191320
        },
        {
            "start": 875191322,
            "stop": 875191582
        },
        {
            "start": 875191583,
            "stop": 875191717
        },
        {
            "start": 875191718,
            "stop": 875192195
        },
        {
            "start": 875192196,
            "stop": 875192303
        },
        {
            "start": 875192304,
            "stop": 875192662
        },
        {
            "start": 875192663,
            "stop": 875193056
        },
        {
            "start": 875193057,
            "stop": 875193064
        },
        {
            "start": 875193065,
            "stop": 875193425
        },
        {
            "start": 875193426,
            "stop": 875193539
        },
        {
            "start": 875193540,
            "stop": 875194279
        }
    ]
}