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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=144",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 145,
    "results": [
        {
            "start": 931593945,
            "stop": 931593962
        },
        {
            "start": 931593965,
            "stop": 931593982
        },
        {
            "start": 931593984,
            "stop": 931593989
        },
        {
            "start": 931593992,
            "stop": 931593995
        },
        {
            "start": 931593998,
            "stop": 931594008
        },
        {
            "start": 931594011,
            "stop": 931594014
        },
        {
            "start": 931594017,
            "stop": 931594021
        },
        {
            "start": 931594024,
            "stop": 931594058
        },
        {
            "start": 931594061,
            "stop": 931594082
        },
        {
            "start": 931594085,
            "stop": 931594094
        },
        {
            "start": 931594096,
            "stop": 931594098
        },
        {
            "start": 931594101,
            "stop": 931594106
        },
        {
            "start": 931594109,
            "stop": 931594118
        },
        {
            "start": 931594123,
            "stop": 931594137
        },
        {
            "start": 931594139,
            "stop": 931594145
        },
        {
            "start": 931594148,
            "stop": 931594161
        },
        {
            "start": 931594164,
            "stop": 931594168
        },
        {
            "start": 931594171,
            "stop": 931594186
        },
        {
            "start": 931594189,
            "stop": 931594198
        },
        {
            "start": 931594201,
            "stop": 931594217
        }
    ]
}