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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6269",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6270,
    "results": [
        {
            "start": 875013967,
            "stop": 875014468
        },
        {
            "start": 875014470,
            "stop": 875014890
        },
        {
            "start": 875014892,
            "stop": 875014934
        },
        {
            "start": 875014935,
            "stop": 875014983
        },
        {
            "start": 875014985,
            "stop": 875015078
        },
        {
            "start": 875015079,
            "stop": 875015174
        },
        {
            "start": 875021653,
            "stop": 875021757
        },
        {
            "start": 875021759,
            "stop": 875022095
        },
        {
            "start": 875022097,
            "stop": 875022294
        },
        {
            "start": 875022296,
            "stop": 875022610
        },
        {
            "start": 875022612,
            "stop": 875022783
        },
        {
            "start": 875022785,
            "stop": 875022786
        },
        {
            "start": 875022788,
            "stop": 875022790
        },
        {
            "start": 875022792,
            "stop": 875022801
        },
        {
            "start": 875022802,
            "stop": 875022852
        },
        {
            "start": 875022854,
            "stop": 875023051
        },
        {
            "start": 875023053,
            "stop": 875023054
        },
        {
            "start": 875023055,
            "stop": 875023066
        },
        {
            "start": 875023071,
            "stop": 875023081
        },
        {
            "start": 875036247,
            "stop": 875036747
        }
    ]
}