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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=212",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 213,
    "results": [
        {
            "start": 931157976,
            "stop": 931157983
        },
        {
            "start": 931157985,
            "stop": 931157987
        },
        {
            "start": 931157988,
            "stop": 931157994
        },
        {
            "start": 931157996,
            "stop": 931157999
        },
        {
            "start": 931158001,
            "stop": 931158007
        },
        {
            "start": 931158009,
            "stop": 931158010
        },
        {
            "start": 931158012,
            "stop": 931158015
        },
        {
            "start": 931158375,
            "stop": 931158380
        },
        {
            "start": 931158381,
            "stop": 931158382
        },
        {
            "start": 931158386,
            "stop": 931158390
        },
        {
            "start": 931158391,
            "stop": 931158393
        },
        {
            "start": 931158395,
            "stop": 931158397
        },
        {
            "start": 931158398,
            "stop": 931158399
        },
        {
            "start": 931158404,
            "stop": 931158405
        },
        {
            "start": 931158406,
            "stop": 931158407
        },
        {
            "start": 931158408,
            "stop": 931158412
        },
        {
            "start": 931158417,
            "stop": 931158427
        },
        {
            "start": 931158429,
            "stop": 931158430
        },
        {
            "start": 931158431,
            "stop": 931158437
        },
        {
            "start": 931158438,
            "stop": 931158440
        }
    ]
}