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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46898",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46896",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46897,
    "results": [
        {
            "start": 875175364,
            "stop": 875175374
        },
        {
            "start": 875175376,
            "stop": 875175385
        },
        {
            "start": 875175386,
            "stop": 875175403
        },
        {
            "start": 875175404,
            "stop": 875175406
        },
        {
            "start": 875175407,
            "stop": 875175470
        },
        {
            "start": 875175471,
            "stop": 875175531
        },
        {
            "start": 875175533,
            "stop": 875175545
        },
        {
            "start": 875175546,
            "stop": 875175587
        },
        {
            "start": 875175589,
            "stop": 875175640
        },
        {
            "start": 875175641,
            "stop": 875175694
        },
        {
            "start": 875175695,
            "stop": 875175701
        },
        {
            "start": 875175702,
            "stop": 875175712
        },
        {
            "start": 875175713,
            "stop": 875175731
        },
        {
            "start": 875175732,
            "stop": 875175757
        },
        {
            "start": 875175758,
            "stop": 875175765
        },
        {
            "start": 875175766,
            "stop": 875175779
        },
        {
            "start": 875175780,
            "stop": 875175800
        },
        {
            "start": 875175801,
            "stop": 875175810
        },
        {
            "start": 875175811,
            "stop": 875175861
        },
        {
            "start": 875175862,
            "stop": 875175882
        }
    ]
}