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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=75",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 76,
    "results": [
        {
            "start": 1238843543,
            "stop": 1238844601
        },
        {
            "start": 1238844604,
            "stop": 1238845050
        },
        {
            "start": 1238845053,
            "stop": 1238846213
        },
        {
            "start": 1238846214,
            "stop": 1238846532
        },
        {
            "start": 1238846535,
            "stop": 1238846631
        },
        {
            "start": 1238846632,
            "stop": 1238846716
        },
        {
            "start": 1238846717,
            "stop": 1238847801
        },
        {
            "start": 1238847802,
            "stop": 1238847941
        },
        {
            "start": 1238847944,
            "stop": 1238848279
        },
        {
            "start": 1238848280,
            "stop": 1238849460
        },
        {
            "start": 1238849463,
            "stop": 1238849590
        },
        {
            "start": 1238849593,
            "stop": 1238850232
        },
        {
            "start": 1238850233,
            "stop": 1238850339
        },
        {
            "start": 1238850340,
            "stop": 1238850438
        },
        {
            "start": 1238850439,
            "stop": 1238850811
        },
        {
            "start": 1238850812,
            "stop": 1238851726
        },
        {
            "start": 1238851727,
            "stop": 1238851869
        },
        {
            "start": 1238851877,
            "stop": 1238852019
        },
        {
            "start": 1238852020,
            "stop": 1238853065
        },
        {
            "start": 1238853066,
            "stop": 1238853708
        }
    ]
}