Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3302
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3301",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3302,
    "results": [
        {
            "start": 874855500,
            "stop": 874856220
        },
        {
            "start": 874856280,
            "stop": 874857563
        },
        {
            "start": 874874027,
            "stop": 874874433
        },
        {
            "start": 874874436,
            "stop": 874874442
        },
        {
            "start": 874874446,
            "stop": 874874447
        },
        {
            "start": 874874450,
            "stop": 874874462
        },
        {
            "start": 874875059,
            "stop": 874875247
        },
        {
            "start": 874875547,
            "stop": 874875969
        },
        {
            "start": 874875972,
            "stop": 874875977
        },
        {
            "start": 874875980,
            "stop": 874875981
        },
        {
            "start": 874875984,
            "stop": 874875985
        },
        {
            "start": 874875989,
            "stop": 874875990
        },
        {
            "start": 874875993,
            "stop": 874876000
        },
        {
            "start": 874876004,
            "stop": 874876904
        },
        {
            "start": 874877085,
            "stop": 874877640
        },
        {
            "start": 874877760,
            "stop": 874877820
        },
        {
            "start": 874877940,
            "stop": 874878055
        },
        {
            "start": 874879899,
            "stop": 874880400
        },
        {
            "start": 874880460,
            "stop": 874881240
        },
        {
            "start": 874881300,
            "stop": 874882260
        }
    ]
}