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=6170
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=6171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6169",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6170,
    "results": [
        {
            "start": 874409704,
            "stop": 874409706
        },
        {
            "start": 874409709,
            "stop": 874409738
        },
        {
            "start": 874409744,
            "stop": 874409745
        },
        {
            "start": 874409748,
            "stop": 874409750
        },
        {
            "start": 874409753,
            "stop": 874409757
        },
        {
            "start": 874409760,
            "stop": 874409765
        },
        {
            "start": 874409768,
            "stop": 874409813
        },
        {
            "start": 874409816,
            "stop": 874409818
        },
        {
            "start": 874409821,
            "stop": 874409893
        },
        {
            "start": 874409896,
            "stop": 874409908
        },
        {
            "start": 874409909,
            "stop": 874410030
        },
        {
            "start": 874410033,
            "stop": 874410334
        },
        {
            "start": 874410336,
            "stop": 874410685
        },
        {
            "start": 874410686,
            "stop": 874410688
        },
        {
            "start": 874410689,
            "stop": 874410727
        },
        {
            "start": 874410730,
            "stop": 874410732
        },
        {
            "start": 874410735,
            "stop": 874410745
        },
        {
            "start": 874410748,
            "stop": 874410978
        },
        {
            "start": 874410984,
            "stop": 874410999
        },
        {
            "start": 874411002,
            "stop": 874411075
        }
    ]
}