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=40567
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=40568",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40566",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40567,
    "results": [
        {
            "start": 874843402,
            "stop": 874843465
        },
        {
            "start": 874843467,
            "stop": 874843593
        },
        {
            "start": 874843594,
            "stop": 874843596
        },
        {
            "start": 874843597,
            "stop": 874843629
        },
        {
            "start": 874843630,
            "stop": 874843644
        },
        {
            "start": 874843645,
            "stop": 874843651
        },
        {
            "start": 874843652,
            "stop": 874843794
        },
        {
            "start": 874843795,
            "stop": 874843796
        },
        {
            "start": 874843798,
            "stop": 874843848
        },
        {
            "start": 874843850,
            "stop": 874843891
        },
        {
            "start": 874843892,
            "stop": 874843976
        },
        {
            "start": 874843978,
            "stop": 874844013
        },
        {
            "start": 874844015,
            "stop": 874844204
        },
        {
            "start": 874844205,
            "stop": 874844289
        },
        {
            "start": 874844290,
            "stop": 874844327
        },
        {
            "start": 874844328,
            "stop": 874844338
        },
        {
            "start": 874844341,
            "stop": 874844358
        },
        {
            "start": 874844359,
            "stop": 874844364
        },
        {
            "start": 874844365,
            "stop": 874844401
        },
        {
            "start": 874844402,
            "stop": 874844437
        }
    ]
}