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=357
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=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=356",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 357,
    "results": [
        {
            "start": 818252866,
            "stop": 818252872
        },
        {
            "start": 818252875,
            "stop": 818252877
        },
        {
            "start": 818252880,
            "stop": 818252881
        },
        {
            "start": 818252884,
            "stop": 818252885
        },
        {
            "start": 818252888,
            "stop": 818252889
        },
        {
            "start": 818252898,
            "stop": 818252914
        },
        {
            "start": 818252920,
            "stop": 818252921
        },
        {
            "start": 818252924,
            "stop": 818252925
        },
        {
            "start": 818252928,
            "stop": 818252929
        },
        {
            "start": 818252937,
            "stop": 818252939
        },
        {
            "start": 818252943,
            "stop": 818252944
        },
        {
            "start": 818252970,
            "stop": 818252976
        },
        {
            "start": 818252980,
            "stop": 818252982
        },
        {
            "start": 818252989,
            "stop": 818252990
        },
        {
            "start": 818253030,
            "stop": 818253031
        },
        {
            "start": 818253035,
            "stop": 818253036
        },
        {
            "start": 818253039,
            "stop": 818253043
        },
        {
            "start": 818253063,
            "stop": 818253066
        },
        {
            "start": 818253079,
            "stop": 818253080
        },
        {
            "start": 818253103,
            "stop": 818253105
        }
    ]
}