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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=404",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 405,
    "results": [
        {
            "start": 821767011,
            "stop": 821767023
        },
        {
            "start": 821767026,
            "stop": 821767030
        },
        {
            "start": 821767040,
            "stop": 821767043
        },
        {
            "start": 821767046,
            "stop": 821767055
        },
        {
            "start": 821767059,
            "stop": 821767069
        },
        {
            "start": 821767072,
            "stop": 821767080
        },
        {
            "start": 821767086,
            "stop": 821767097
        },
        {
            "start": 821767100,
            "stop": 821767101
        },
        {
            "start": 821767105,
            "stop": 821767107
        },
        {
            "start": 821767110,
            "stop": 821767114
        },
        {
            "start": 821767117,
            "stop": 821767122
        },
        {
            "start": 821767125,
            "stop": 821767133
        },
        {
            "start": 821767137,
            "stop": 821767145
        },
        {
            "start": 821767148,
            "stop": 821767163
        },
        {
            "start": 821767166,
            "stop": 821767171
        },
        {
            "start": 821767176,
            "stop": 821767177
        },
        {
            "start": 821767181,
            "stop": 821767185
        },
        {
            "start": 821767188,
            "stop": 821767192
        },
        {
            "start": 821767196,
            "stop": 821767207
        },
        {
            "start": 821767210,
            "stop": 821767240
        }
    ]
}