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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=177",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 178,
    "results": [
        {
            "start": 845443248,
            "stop": 845446584
        },
        {
            "start": 845448148,
            "stop": 845462863
        },
        {
            "start": 845462865,
            "stop": 845476772
        },
        {
            "start": 845478132,
            "stop": 845478652
        },
        {
            "start": 845479716,
            "stop": 845492569
        },
        {
            "start": 845493978,
            "stop": 845503680
        },
        {
            "start": 845506107,
            "stop": 845509422
        },
        {
            "start": 845511920,
            "stop": 845533095
        },
        {
            "start": 845539529,
            "stop": 845540415
        },
        {
            "start": 845540735,
            "stop": 845540946
        },
        {
            "start": 845541346,
            "stop": 845541910
        },
        {
            "start": 845548807,
            "stop": 845560819
        },
        {
            "start": 845590143,
            "stop": 845590368
        },
        {
            "start": 845590964,
            "stop": 845636143
        },
        {
            "start": 845637179,
            "stop": 845657671
        },
        {
            "start": 845660218,
            "stop": 845665826
        },
        {
            "start": 845666432,
            "stop": 845668136
        },
        {
            "start": 845669829,
            "stop": 845669915
        },
        {
            "start": 845671230,
            "stop": 845674137
        },
        {
            "start": 845675760,
            "stop": 845687611
        }
    ]
}