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=40613
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=40614",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40612",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40613,
    "results": [
        {
            "start": 874889204,
            "stop": 874889207
        },
        {
            "start": 874889209,
            "stop": 874889213
        },
        {
            "start": 874889215,
            "stop": 874889286
        },
        {
            "start": 874889287,
            "stop": 874889303
        },
        {
            "start": 874889304,
            "stop": 874889370
        },
        {
            "start": 874889371,
            "stop": 874889424
        },
        {
            "start": 874889426,
            "stop": 874889469
        },
        {
            "start": 874889470,
            "stop": 874889522
        },
        {
            "start": 874889523,
            "stop": 874889534
        },
        {
            "start": 874889536,
            "stop": 874889602
        },
        {
            "start": 874889603,
            "stop": 874889608
        },
        {
            "start": 874889609,
            "stop": 874889620
        },
        {
            "start": 874889622,
            "stop": 874889645
        },
        {
            "start": 874889647,
            "stop": 874889762
        },
        {
            "start": 874889763,
            "stop": 874889832
        },
        {
            "start": 874889834,
            "stop": 874889862
        },
        {
            "start": 874889863,
            "stop": 874889874
        },
        {
            "start": 874889876,
            "stop": 874889880
        },
        {
            "start": 874889940,
            "stop": 874889947
        },
        {
            "start": 874889949,
            "stop": 874889978
        }
    ]
}