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=14144
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=14145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14143",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14144,
    "results": [
        {
            "start": 971163751,
            "stop": 971163757
        },
        {
            "start": 971163761,
            "stop": 971163763
        },
        {
            "start": 971163766,
            "stop": 971163768
        },
        {
            "start": 971163771,
            "stop": 971163772
        },
        {
            "start": 971163774,
            "stop": 971163777
        },
        {
            "start": 971163778,
            "stop": 971163779
        },
        {
            "start": 971163781,
            "stop": 971163787
        },
        {
            "start": 971163788,
            "stop": 971163789
        },
        {
            "start": 971163791,
            "stop": 971163792
        },
        {
            "start": 971163796,
            "stop": 971163798
        },
        {
            "start": 971163800,
            "stop": 971163801
        },
        {
            "start": 971163802,
            "stop": 971163803
        },
        {
            "start": 971163804,
            "stop": 971163806
        },
        {
            "start": 971163809,
            "stop": 971163812
        },
        {
            "start": 971163814,
            "stop": 971163815
        },
        {
            "start": 971163818,
            "stop": 971163819
        },
        {
            "start": 971163821,
            "stop": 971163823
        },
        {
            "start": 971163824,
            "stop": 971163825
        },
        {
            "start": 971163828,
            "stop": 971163831
        },
        {
            "start": 971163834,
            "stop": 971163835
        }
    ]
}