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=40680
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=40681",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40679",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40680,
    "results": [
        {
            "start": 874929147,
            "stop": 874929148
        },
        {
            "start": 874929150,
            "stop": 874929155
        },
        {
            "start": 874929156,
            "stop": 874929166
        },
        {
            "start": 874929168,
            "stop": 874929170
        },
        {
            "start": 874929171,
            "stop": 874929180
        },
        {
            "start": 874929181,
            "stop": 874929184
        },
        {
            "start": 874929185,
            "stop": 874929194
        },
        {
            "start": 874929196,
            "stop": 874929199
        },
        {
            "start": 874929200,
            "stop": 874929326
        },
        {
            "start": 874929327,
            "stop": 874929418
        },
        {
            "start": 874929419,
            "stop": 874929424
        },
        {
            "start": 874929425,
            "stop": 874929545
        },
        {
            "start": 874929546,
            "stop": 874929567
        },
        {
            "start": 874929568,
            "stop": 874929587
        },
        {
            "start": 874929588,
            "stop": 874929711
        },
        {
            "start": 874929712,
            "stop": 874929763
        },
        {
            "start": 874929764,
            "stop": 874929818
        },
        {
            "start": 874929819,
            "stop": 874929837
        },
        {
            "start": 874929838,
            "stop": 874929839
        },
        {
            "start": 874929840,
            "stop": 874929882
        }
    ]
}