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=5778
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=5779",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5777",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5778,
    "results": [
        {
            "start": 874665197,
            "stop": 874665241
        },
        {
            "start": 874665244,
            "stop": 874665248
        },
        {
            "start": 874665253,
            "stop": 874665270
        },
        {
            "start": 874665330,
            "stop": 874665358
        },
        {
            "start": 874665363,
            "stop": 874665365
        },
        {
            "start": 874665368,
            "stop": 874665407
        },
        {
            "start": 874665411,
            "stop": 874665413
        },
        {
            "start": 874665416,
            "stop": 874665501
        },
        {
            "start": 874665504,
            "stop": 874665550
        },
        {
            "start": 874665553,
            "stop": 874665596
        },
        {
            "start": 874665599,
            "stop": 874665650
        },
        {
            "start": 874665653,
            "stop": 874665674
        },
        {
            "start": 874665677,
            "stop": 874665752
        },
        {
            "start": 874665755,
            "stop": 874665784
        },
        {
            "start": 874665787,
            "stop": 874665891
        },
        {
            "start": 874665894,
            "stop": 874665920
        },
        {
            "start": 874665923,
            "stop": 874665934
        },
        {
            "start": 874665937,
            "stop": 874666041
        },
        {
            "start": 874666044,
            "stop": 874666117
        },
        {
            "start": 874666120,
            "stop": 874666151
        }
    ]
}