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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14133",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14134,
    "results": [
        {
            "start": 971162713,
            "stop": 971162714
        },
        {
            "start": 971162726,
            "stop": 971162729
        },
        {
            "start": 971162731,
            "stop": 971162745
        },
        {
            "start": 971162747,
            "stop": 971162749
        },
        {
            "start": 971162751,
            "stop": 971162753
        },
        {
            "start": 971162754,
            "stop": 971162757
        },
        {
            "start": 971162760,
            "stop": 971162761
        },
        {
            "start": 971162765,
            "stop": 971162766
        },
        {
            "start": 971162769,
            "stop": 971162774
        },
        {
            "start": 971162777,
            "stop": 971162779
        },
        {
            "start": 971162781,
            "stop": 971162786
        },
        {
            "start": 971162787,
            "stop": 971162788
        },
        {
            "start": 971162789,
            "stop": 971162793
        },
        {
            "start": 971162794,
            "stop": 971162797
        },
        {
            "start": 971162800,
            "stop": 971162801
        },
        {
            "start": 971162806,
            "stop": 971162809
        },
        {
            "start": 971162811,
            "stop": 971162813
        },
        {
            "start": 971162815,
            "stop": 971162817
        },
        {
            "start": 971162819,
            "stop": 971162823
        },
        {
            "start": 971162824,
            "stop": 971162826
        }
    ]
}