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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=355",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 356,
    "results": [
        {
            "start": 821461722,
            "stop": 821461857
        },
        {
            "start": 821461864,
            "stop": 821462027
        },
        {
            "start": 821462040,
            "stop": 821462253
        },
        {
            "start": 821462260,
            "stop": 821462640
        },
        {
            "start": 821462650,
            "stop": 821462746
        },
        {
            "start": 821462753,
            "stop": 821463189
        },
        {
            "start": 821463196,
            "stop": 821463399
        },
        {
            "start": 821463407,
            "stop": 821463532
        },
        {
            "start": 821463539,
            "stop": 821463542
        },
        {
            "start": 821463549,
            "stop": 821463781
        },
        {
            "start": 821463788,
            "stop": 821463841
        },
        {
            "start": 821463848,
            "stop": 821464136
        },
        {
            "start": 821464144,
            "stop": 821464663
        },
        {
            "start": 821464671,
            "stop": 821464739
        },
        {
            "start": 821464742,
            "stop": 821464888
        },
        {
            "start": 821464891,
            "stop": 821465007
        },
        {
            "start": 821465015,
            "stop": 821465086
        },
        {
            "start": 821465093,
            "stop": 821465101
        },
        {
            "start": 821465109,
            "stop": 821465265
        },
        {
            "start": 821465268,
            "stop": 821465271
        }
    ]
}