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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=92",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 93,
    "results": [
        {
            "start": 1411578541,
            "stop": 1411583591
        },
        {
            "start": 1411583595,
            "stop": 1411584525
        },
        {
            "start": 1411584530,
            "stop": 1411585118
        },
        {
            "start": 1411589075,
            "stop": 1411590713
        },
        {
            "start": 1411590717,
            "stop": 1411596443
        },
        {
            "start": 1411596448,
            "stop": 1411597101
        },
        {
            "start": 1411597106,
            "stop": 1411605776
        },
        {
            "start": 1411605781,
            "stop": 1411606760
        },
        {
            "start": 1411606763,
            "stop": 1411609033
        },
        {
            "start": 1411609038,
            "stop": 1411615049
        },
        {
            "start": 1411615054,
            "stop": 1411619913
        },
        {
            "start": 1411619916,
            "stop": 1411621203
        },
        {
            "start": 1411621208,
            "stop": 1411622235
        },
        {
            "start": 1411622240,
            "stop": 1411624978
        },
        {
            "start": 1411632022,
            "stop": 1411634017
        },
        {
            "start": 1411641762,
            "stop": 1411645666
        },
        {
            "start": 1411650836,
            "stop": 1411652449
        },
        {
            "start": 1411656557,
            "stop": 1411656843
        },
        {
            "start": 1411656847,
            "stop": 1411661937
        },
        {
            "start": 1411661942,
            "stop": 1411663899
        }
    ]
}