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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29341",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29339",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29340,
    "results": [
        {
            "start": 971250151,
            "stop": 971250168
        },
        {
            "start": 971250169,
            "stop": 971250184
        },
        {
            "start": 971250185,
            "stop": 971250200
        },
        {
            "start": 971250201,
            "stop": 971250223
        },
        {
            "start": 971250225,
            "stop": 971250227
        },
        {
            "start": 971250228,
            "stop": 971250249
        },
        {
            "start": 971250252,
            "stop": 971250262
        },
        {
            "start": 971250263,
            "stop": 971250270
        },
        {
            "start": 971250271,
            "stop": 971250315
        },
        {
            "start": 971250316,
            "stop": 971250356
        },
        {
            "start": 971250358,
            "stop": 971250490
        },
        {
            "start": 971250491,
            "stop": 971250505
        },
        {
            "start": 971250506,
            "stop": 971250566
        },
        {
            "start": 971250567,
            "stop": 971250613
        },
        {
            "start": 971250615,
            "stop": 971250619
        },
        {
            "start": 971250620,
            "stop": 971250627
        },
        {
            "start": 971250630,
            "stop": 971250633
        },
        {
            "start": 971250634,
            "stop": 971250665
        },
        {
            "start": 971250666,
            "stop": 971250675
        },
        {
            "start": 971250676,
            "stop": 971250683
        }
    ]
}