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=40965
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=40966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40964",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40965,
    "results": [
        {
            "start": 875127679,
            "stop": 875127684
        },
        {
            "start": 875127685,
            "stop": 875127703
        },
        {
            "start": 875127704,
            "stop": 875127763
        },
        {
            "start": 875127764,
            "stop": 875127804
        },
        {
            "start": 875127805,
            "stop": 875127837
        },
        {
            "start": 875127838,
            "stop": 875127849
        },
        {
            "start": 875127850,
            "stop": 875127860
        },
        {
            "start": 875127863,
            "stop": 875127979
        },
        {
            "start": 875127980,
            "stop": 875128009
        },
        {
            "start": 875128010,
            "stop": 875128114
        },
        {
            "start": 875128115,
            "stop": 875128116
        },
        {
            "start": 875128117,
            "stop": 875128157
        },
        {
            "start": 875128159,
            "stop": 875128194
        },
        {
            "start": 875128195,
            "stop": 875128197
        },
        {
            "start": 875128200,
            "stop": 875128233
        },
        {
            "start": 875128234,
            "stop": 875128237
        },
        {
            "start": 875128238,
            "stop": 875128253
        },
        {
            "start": 875128255,
            "stop": 875128304
        },
        {
            "start": 875128305,
            "stop": 875128309
        },
        {
            "start": 875128310,
            "stop": 875128439
        }
    ]
}