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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=336",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 337,
    "results": [
        {
            "start": 847714281,
            "stop": 847714409
        },
        {
            "start": 847714410,
            "stop": 847714440
        },
        {
            "start": 847714442,
            "stop": 847714527
        },
        {
            "start": 847714528,
            "stop": 847714535
        },
        {
            "start": 847714537,
            "stop": 847714568
        },
        {
            "start": 847714569,
            "stop": 847714577
        },
        {
            "start": 847714578,
            "stop": 847714602
        },
        {
            "start": 847714603,
            "stop": 847714622
        },
        {
            "start": 847714623,
            "stop": 847714645
        },
        {
            "start": 847714647,
            "stop": 847714650
        },
        {
            "start": 847714651,
            "stop": 847714652
        },
        {
            "start": 847714655,
            "stop": 847714665
        },
        {
            "start": 847714666,
            "stop": 847714721
        },
        {
            "start": 847714722,
            "stop": 847714729
        },
        {
            "start": 847714730,
            "stop": 847714751
        },
        {
            "start": 847714753,
            "stop": 847714771
        },
        {
            "start": 847714773,
            "stop": 847714793
        },
        {
            "start": 847714794,
            "stop": 847714800
        },
        {
            "start": 847714801,
            "stop": 847714816
        },
        {
            "start": 847714817,
            "stop": 847714821
        }
    ]
}