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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9880",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9878",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9879,
    "results": [
        {
            "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": 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
        },
        {
            "start": 874411142,
            "stop": 874411151
        },
        {
            "start": 874411159,
            "stop": 874411210
        },
        {
            "start": 874411218,
            "stop": 874411222
        },
        {
            "start": 874411225,
            "stop": 874411285
        }
    ]
}