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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=44",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 45,
    "results": [
        {
            "start": 816435714,
            "stop": 816435780
        },
        {
            "start": 816435788,
            "stop": 816435943
        },
        {
            "start": 816435948,
            "stop": 816435962
        },
        {
            "start": 816435967,
            "stop": 816436019
        },
        {
            "start": 816436022,
            "stop": 816436603
        },
        {
            "start": 816436610,
            "stop": 816436686
        },
        {
            "start": 816436691,
            "stop": 816436703
        },
        {
            "start": 816436707,
            "stop": 816436930
        },
        {
            "start": 816436934,
            "stop": 816436937
        },
        {
            "start": 816436941,
            "stop": 816437049
        },
        {
            "start": 816437053,
            "stop": 816437057
        },
        {
            "start": 816437060,
            "stop": 816437078
        },
        {
            "start": 816437083,
            "stop": 816437509
        },
        {
            "start": 816437513,
            "stop": 816437516
        },
        {
            "start": 816437521,
            "stop": 816437921
        },
        {
            "start": 816437924,
            "stop": 816437926
        },
        {
            "start": 816437930,
            "stop": 816437949
        },
        {
            "start": 816439775,
            "stop": 816439808
        },
        {
            "start": 816439814,
            "stop": 816439816
        },
        {
            "start": 816439820,
            "stop": 816439861
        }
    ]
}