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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40588",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40586",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40587,
    "results": [
        {
            "start": 874875677,
            "stop": 874875678
        },
        {
            "start": 874875680,
            "stop": 874875684
        },
        {
            "start": 874875685,
            "stop": 874875686
        },
        {
            "start": 874875687,
            "stop": 874875689
        },
        {
            "start": 874875690,
            "stop": 874875718
        },
        {
            "start": 874875720,
            "stop": 874875759
        },
        {
            "start": 874875761,
            "stop": 874875777
        },
        {
            "start": 874875781,
            "stop": 874875816
        },
        {
            "start": 874875818,
            "stop": 874875823
        },
        {
            "start": 874875824,
            "stop": 874875852
        },
        {
            "start": 874875853,
            "stop": 874875883
        },
        {
            "start": 874875884,
            "stop": 874875892
        },
        {
            "start": 874875893,
            "stop": 874875898
        },
        {
            "start": 874875900,
            "stop": 874875903
        },
        {
            "start": 874875904,
            "stop": 874875916
        },
        {
            "start": 874875918,
            "stop": 874875925
        },
        {
            "start": 874875926,
            "stop": 874875955
        },
        {
            "start": 874875965,
            "stop": 874875969
        },
        {
            "start": 874875972,
            "stop": 874875976
        },
        {
            "start": 874875980,
            "stop": 874875981
        }
    ]
}