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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3947",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3948,
    "results": [
        {
            "start": 874409689,
            "stop": 874409696
        },
        {
            "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": 874410030
        },
        {
            "start": 874410033,
            "stop": 874410685
        },
        {
            "start": 874410686,
            "stop": 874410727
        },
        {
            "start": 874410730,
            "stop": 874410732
        },
        {
            "start": 874410735,
            "stop": 874410745
        },
        {
            "start": 874410748,
            "stop": 874410978
        },
        {
            "start": 874410984,
            "stop": 874410999
        },
        {
            "start": 874411002,
            "stop": 874411075
        },
        {
            "start": 874411081,
            "stop": 874411093
        },
        {
            "start": 874411096,
            "stop": 874411139
        }
    ]
}