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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=88",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 89,
    "results": [
        {
            "start": 819733309,
            "stop": 819733512
        },
        {
            "start": 819733515,
            "stop": 819733712
        },
        {
            "start": 819733715,
            "stop": 819733868
        },
        {
            "start": 819733871,
            "stop": 819733921
        },
        {
            "start": 819733925,
            "stop": 819734323
        },
        {
            "start": 819734326,
            "stop": 819734397
        },
        {
            "start": 819734400,
            "stop": 819734450
        },
        {
            "start": 819734453,
            "stop": 819734588
        },
        {
            "start": 819734592,
            "stop": 819734713
        },
        {
            "start": 819755886,
            "stop": 819755927
        },
        {
            "start": 819755930,
            "stop": 819756043
        },
        {
            "start": 819756046,
            "stop": 819756106
        },
        {
            "start": 819756109,
            "stop": 819756192
        },
        {
            "start": 819757726,
            "stop": 819757921
        },
        {
            "start": 819757925,
            "stop": 819757962
        },
        {
            "start": 819757965,
            "stop": 819758131
        },
        {
            "start": 819758135,
            "stop": 819758211
        },
        {
            "start": 819758214,
            "stop": 819758613
        },
        {
            "start": 819758617,
            "stop": 819758894
        },
        {
            "start": 819758898,
            "stop": 819758951
        }
    ]
}