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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=279",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 280,
    "results": [
        {
            "start": 931704659,
            "stop": 931704661
        },
        {
            "start": 931704665,
            "stop": 931704666
        },
        {
            "start": 931704670,
            "stop": 931704671
        },
        {
            "start": 931704672,
            "stop": 931704679
        },
        {
            "start": 931704681,
            "stop": 931704683
        },
        {
            "start": 931704684,
            "stop": 931704685
        },
        {
            "start": 931704687,
            "stop": 931704697
        },
        {
            "start": 931704699,
            "stop": 931704701
        },
        {
            "start": 931704703,
            "stop": 931704706
        },
        {
            "start": 931704712,
            "stop": 931704713
        },
        {
            "start": 931704717,
            "stop": 931704723
        },
        {
            "start": 931704724,
            "stop": 931704726
        },
        {
            "start": 931704733,
            "stop": 931704734
        },
        {
            "start": 931704735,
            "stop": 931704737
        },
        {
            "start": 931704743,
            "stop": 931704752
        },
        {
            "start": 931704754,
            "stop": 931704757
        },
        {
            "start": 931704759,
            "stop": 931704767
        },
        {
            "start": 931704769,
            "stop": 931704771
        },
        {
            "start": 931704773,
            "stop": 931704774
        },
        {
            "start": 931704776,
            "stop": 931704779
        }
    ]
}