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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46926",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46924",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46925,
    "results": [
        {
            "start": 875192559,
            "stop": 875192564
        },
        {
            "start": 875192565,
            "stop": 875192571
        },
        {
            "start": 875192572,
            "stop": 875192658
        },
        {
            "start": 875192663,
            "stop": 875192674
        },
        {
            "start": 875192675,
            "stop": 875192690
        },
        {
            "start": 875192692,
            "stop": 875192693
        },
        {
            "start": 875192694,
            "stop": 875192709
        },
        {
            "start": 875192710,
            "stop": 875192820
        },
        {
            "start": 875192821,
            "stop": 875192947
        },
        {
            "start": 875192948,
            "stop": 875193056
        },
        {
            "start": 875193057,
            "stop": 875193064
        },
        {
            "start": 875193065,
            "stop": 875193098
        },
        {
            "start": 875193100,
            "stop": 875193131
        },
        {
            "start": 875193132,
            "stop": 875193133
        },
        {
            "start": 875193134,
            "stop": 875193218
        },
        {
            "start": 875193219,
            "stop": 875193258
        },
        {
            "start": 875193259,
            "stop": 875193342
        },
        {
            "start": 875193345,
            "stop": 875193401
        },
        {
            "start": 875193406,
            "stop": 875193425
        },
        {
            "start": 875193426,
            "stop": 875193444
        }
    ]
}