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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16629",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16627",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16628,
    "results": [
        {
            "start": 874804836,
            "stop": 874804866
        },
        {
            "start": 874804868,
            "stop": 874804922
        },
        {
            "start": 874804926,
            "stop": 874804957
        },
        {
            "start": 874804958,
            "stop": 874805245
        },
        {
            "start": 874805423,
            "stop": 874805428
        },
        {
            "start": 874805430,
            "stop": 874805506
        },
        {
            "start": 874805510,
            "stop": 874805578
        },
        {
            "start": 874805582,
            "stop": 874805828
        },
        {
            "start": 874805829,
            "stop": 874805947
        },
        {
            "start": 874805950,
            "stop": 874805962
        },
        {
            "start": 874805963,
            "stop": 874806003
        },
        {
            "start": 874806010,
            "stop": 874806112
        },
        {
            "start": 874806116,
            "stop": 874806283
        },
        {
            "start": 874806285,
            "stop": 874806475
        },
        {
            "start": 874806476,
            "stop": 874806660
        },
        {
            "start": 874806723,
            "stop": 874806729
        },
        {
            "start": 874806732,
            "stop": 874806810
        },
        {
            "start": 874808192,
            "stop": 874808274
        },
        {
            "start": 874808281,
            "stop": 874808345
        },
        {
            "start": 874808350,
            "stop": 874808606
        }
    ]
}