Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=357
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=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=356",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 357,
    "results": [
        {
            "start": 821481175,
            "stop": 821481739
        },
        {
            "start": 821481742,
            "stop": 821482012
        },
        {
            "start": 821482015,
            "stop": 821482103
        },
        {
            "start": 821482106,
            "stop": 821482138
        },
        {
            "start": 821482141,
            "stop": 821482323
        },
        {
            "start": 821482326,
            "stop": 821482378
        },
        {
            "start": 821482379,
            "stop": 821482403
        },
        {
            "start": 821482404,
            "stop": 821482649
        },
        {
            "start": 821482652,
            "stop": 821482693
        },
        {
            "start": 821482696,
            "stop": 821482741
        },
        {
            "start": 821482744,
            "stop": 821482802
        },
        {
            "start": 821482805,
            "stop": 821482927
        },
        {
            "start": 821482930,
            "stop": 821482995
        },
        {
            "start": 821482998,
            "stop": 821483188
        },
        {
            "start": 821483702,
            "stop": 821484021
        },
        {
            "start": 821484024,
            "stop": 821484168
        },
        {
            "start": 821484171,
            "stop": 821484198
        },
        {
            "start": 821484201,
            "stop": 821484357
        },
        {
            "start": 821484360,
            "stop": 821484670
        },
        {
            "start": 821485528,
            "stop": 821485637
        }
    ]
}