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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=184",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 185,
    "results": [
        {
            "start": 818077020,
            "stop": 818077021
        },
        {
            "start": 818077039,
            "stop": 818077043
        },
        {
            "start": 818077046,
            "stop": 818077048
        },
        {
            "start": 818077053,
            "stop": 818077055
        },
        {
            "start": 818077063,
            "stop": 818077068
        },
        {
            "start": 818077072,
            "stop": 818077075
        },
        {
            "start": 818077092,
            "stop": 818077096
        },
        {
            "start": 818077101,
            "stop": 818077102
        },
        {
            "start": 818077117,
            "stop": 818077118
        },
        {
            "start": 818077125,
            "stop": 818077127
        },
        {
            "start": 818077130,
            "stop": 818077131
        },
        {
            "start": 818077870,
            "stop": 818077872
        },
        {
            "start": 818077878,
            "stop": 818077881
        },
        {
            "start": 818077887,
            "stop": 818077889
        },
        {
            "start": 818077892,
            "stop": 818077898
        },
        {
            "start": 818077904,
            "stop": 818077905
        },
        {
            "start": 818077910,
            "stop": 818077912
        },
        {
            "start": 818077918,
            "stop": 818077919
        },
        {
            "start": 818078163,
            "stop": 818078164
        },
        {
            "start": 818078181,
            "stop": 818078190
        }
    ]
}