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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=258",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 259,
    "results": [
        {
            "start": 821458060,
            "stop": 821458064
        },
        {
            "start": 821458073,
            "stop": 821458081
        },
        {
            "start": 821458092,
            "stop": 821458098
        },
        {
            "start": 821458103,
            "stop": 821458111
        },
        {
            "start": 821458116,
            "stop": 821458137
        },
        {
            "start": 821458145,
            "stop": 821458219
        },
        {
            "start": 821458234,
            "stop": 821458336
        },
        {
            "start": 821458344,
            "stop": 821458352
        },
        {
            "start": 821458357,
            "stop": 821458392
        },
        {
            "start": 821458397,
            "stop": 821458453
        },
        {
            "start": 821458470,
            "stop": 821458511
        },
        {
            "start": 821460498,
            "stop": 821460500
        },
        {
            "start": 821460508,
            "stop": 821460510
        },
        {
            "start": 821460518,
            "stop": 821460529
        },
        {
            "start": 821460537,
            "stop": 821460574
        },
        {
            "start": 821460586,
            "stop": 821460625
        },
        {
            "start": 821460633,
            "stop": 821460679
        },
        {
            "start": 821460687,
            "stop": 821460706
        },
        {
            "start": 821460722,
            "stop": 821460735
        },
        {
            "start": 821460743,
            "stop": 821460759
        }
    ]
}