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=320
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=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=319",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 320,
    "results": [
        {
            "start": 823062583,
            "stop": 823062815
        },
        {
            "start": 823062818,
            "stop": 823063397
        },
        {
            "start": 823063401,
            "stop": 823063700
        },
        {
            "start": 823063703,
            "stop": 823063864
        },
        {
            "start": 823063869,
            "stop": 823064005
        },
        {
            "start": 823064009,
            "stop": 823064501
        },
        {
            "start": 823064505,
            "stop": 823065419
        },
        {
            "start": 823065422,
            "stop": 823065425
        },
        {
            "start": 823065429,
            "stop": 823065665
        },
        {
            "start": 823065668,
            "stop": 823065720
        },
        {
            "start": 823065723,
            "stop": 823065734
        },
        {
            "start": 823065737,
            "stop": 823066056
        },
        {
            "start": 823066059,
            "stop": 823066338
        },
        {
            "start": 823066342,
            "stop": 823066358
        },
        {
            "start": 823066362,
            "stop": 823066364
        },
        {
            "start": 823066368,
            "stop": 823066620
        },
        {
            "start": 823066623,
            "stop": 823066897
        },
        {
            "start": 823066900,
            "stop": 823067084
        },
        {
            "start": 823067088,
            "stop": 823067559
        },
        {
            "start": 823067563,
            "stop": 823067565
        }
    ]
}