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_CAT2/segments?format=api&page=518
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=519",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=517",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 518,
    "results": [
        {
            "start": 869088998,
            "stop": 869089097
        },
        {
            "start": 869089105,
            "stop": 869089106
        },
        {
            "start": 869089109,
            "stop": 869098520
        },
        {
            "start": 869098525,
            "stop": 869114190
        },
        {
            "start": 869114195,
            "stop": 869114207
        },
        {
            "start": 869114215,
            "stop": 869151449
        },
        {
            "start": 869151451,
            "stop": 869156211
        },
        {
            "start": 869156213,
            "stop": 869164320
        },
        {
            "start": 869164620,
            "stop": 869166540
        },
        {
            "start": 869166603,
            "stop": 869166607
        },
        {
            "start": 869166613,
            "stop": 869171259
        },
        {
            "start": 869171262,
            "stop": 869177044
        },
        {
            "start": 869177046,
            "stop": 869177770
        },
        {
            "start": 869178124,
            "stop": 869226160
        },
        {
            "start": 869226165,
            "stop": 869226180
        },
        {
            "start": 869226185,
            "stop": 869233730
        },
        {
            "start": 869235596,
            "stop": 869243915
        },
        {
            "start": 869243920,
            "stop": 869255656
        },
        {
            "start": 869256044,
            "stop": 869257342
        },
        {
            "start": 869257350,
            "stop": 869261632
        }
    ]
}