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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=488",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=486",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 487,
    "results": [
        {
            "start": 866330428,
            "stop": 866330442
        },
        {
            "start": 866330448,
            "stop": 866333482
        },
        {
            "start": 866333902,
            "stop": 866335117
        },
        {
            "start": 866335123,
            "stop": 866353506
        },
        {
            "start": 866355458,
            "stop": 866355781
        },
        {
            "start": 866356081,
            "stop": 866356162
        },
        {
            "start": 866356168,
            "stop": 866356180
        },
        {
            "start": 866356188,
            "stop": 866356195
        },
        {
            "start": 866356200,
            "stop": 866356217
        },
        {
            "start": 866356223,
            "stop": 866356480
        },
        {
            "start": 866356485,
            "stop": 866356507
        },
        {
            "start": 866356513,
            "stop": 866356542
        },
        {
            "start": 866356548,
            "stop": 866382184
        },
        {
            "start": 866382188,
            "stop": 866382194
        },
        {
            "start": 866382366,
            "stop": 866383730
        },
        {
            "start": 866383735,
            "stop": 866383760
        },
        {
            "start": 866383767,
            "stop": 866385092
        },
        {
            "start": 866385103,
            "stop": 866385105
        },
        {
            "start": 866385110,
            "stop": 866385117
        },
        {
            "start": 866385123,
            "stop": 866385127
        }
    ]
}