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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=152",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 153,
    "results": [
        {
            "start": 818077822,
            "stop": 818077823
        },
        {
            "start": 818077826,
            "stop": 818077830
        },
        {
            "start": 818077834,
            "stop": 818077835
        },
        {
            "start": 818077848,
            "stop": 818077851
        },
        {
            "start": 818077856,
            "stop": 818077860
        },
        {
            "start": 818077870,
            "stop": 818077872
        },
        {
            "start": 818077878,
            "stop": 818077881
        },
        {
            "start": 818077884,
            "stop": 818077889
        },
        {
            "start": 818077892,
            "stop": 818077898
        },
        {
            "start": 818077904,
            "stop": 818077905
        },
        {
            "start": 818077910,
            "stop": 818077912
        },
        {
            "start": 818077918,
            "stop": 818077919
        },
        {
            "start": 818077937,
            "stop": 818077943
        },
        {
            "start": 818077946,
            "stop": 818077947
        },
        {
            "start": 818077953,
            "stop": 818077954
        },
        {
            "start": 818077960,
            "stop": 818077961
        },
        {
            "start": 818077972,
            "stop": 818077975
        },
        {
            "start": 818077980,
            "stop": 818077981
        },
        {
            "start": 818077987,
            "stop": 818077989
        },
        {
            "start": 818077994,
            "stop": 818077996
        }
    ]
}