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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1624",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1622",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1623,
    "results": [
        {
            "start": 954964716,
            "stop": 954964735
        },
        {
            "start": 954964737,
            "stop": 954978789
        },
        {
            "start": 955013425,
            "stop": 955015775
        },
        {
            "start": 955032833,
            "stop": 955035406
        },
        {
            "start": 955045346,
            "stop": 955047448
        },
        {
            "start": 955047450,
            "stop": 955048184
        },
        {
            "start": 955048185,
            "stop": 955048739
        },
        {
            "start": 955053502,
            "stop": 955054089
        },
        {
            "start": 955067157,
            "stop": 955069638
        },
        {
            "start": 955077982,
            "stop": 955087734
        },
        {
            "start": 955088665,
            "stop": 955107546
        },
        {
            "start": 955111070,
            "stop": 955112942
        },
        {
            "start": 955112944,
            "stop": 955113409
        },
        {
            "start": 955113411,
            "stop": 955114571
        },
        {
            "start": 955114573,
            "stop": 955117009
        },
        {
            "start": 955118959,
            "stop": 955118967
        },
        {
            "start": 955118971,
            "stop": 955118973
        },
        {
            "start": 955118976,
            "stop": 955123715
        },
        {
            "start": 955123717,
            "stop": 955124676
        },
        {
            "start": 955124678,
            "stop": 955125007
        }
    ]
}