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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6868",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6866",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6867,
    "results": [
        {
            "start": 873301781,
            "stop": 873301784
        },
        {
            "start": 873301785,
            "stop": 873301807
        },
        {
            "start": 873301808,
            "stop": 873301817
        },
        {
            "start": 873301819,
            "stop": 873301821
        },
        {
            "start": 873301824,
            "stop": 873301828
        },
        {
            "start": 873301835,
            "stop": 873301837
        },
        {
            "start": 873301840,
            "stop": 873301904
        },
        {
            "start": 873301907,
            "stop": 873301909
        },
        {
            "start": 873301915,
            "stop": 873301933
        },
        {
            "start": 873312684,
            "stop": 873312687
        },
        {
            "start": 873312688,
            "stop": 873312693
        },
        {
            "start": 873312694,
            "stop": 873312697
        },
        {
            "start": 873312701,
            "stop": 873312704
        },
        {
            "start": 873312705,
            "stop": 873312706
        },
        {
            "start": 873312707,
            "stop": 873312708
        },
        {
            "start": 873312710,
            "stop": 873312712
        },
        {
            "start": 873312714,
            "stop": 873312715
        },
        {
            "start": 873312719,
            "stop": 873312735
        },
        {
            "start": 873312739,
            "stop": 873312742
        },
        {
            "start": 873312743,
            "stop": 873312747
        }
    ]
}