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=3312
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=3313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3311",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3312,
    "results": [
        {
            "start": 875125700,
            "stop": 875125881
        },
        {
            "start": 875125884,
            "stop": 875126218
        },
        {
            "start": 875126221,
            "stop": 875128197
        },
        {
            "start": 875128200,
            "stop": 875132410
        },
        {
            "start": 875132415,
            "stop": 875132640
        },
        {
            "start": 875132700,
            "stop": 875133420
        },
        {
            "start": 875133480,
            "stop": 875134904
        },
        {
            "start": 875135085,
            "stop": 875135660
        },
        {
            "start": 875135661,
            "stop": 875135700
        },
        {
            "start": 875135760,
            "stop": 875138220
        },
        {
            "start": 875138280,
            "stop": 875141520
        },
        {
            "start": 875141640,
            "stop": 875142300
        },
        {
            "start": 875142420,
            "stop": 875144301
        },
        {
            "start": 875144304,
            "stop": 875146200
        },
        {
            "start": 875146260,
            "stop": 875146881
        },
        {
            "start": 875146884,
            "stop": 875147208
        },
        {
            "start": 875147212,
            "stop": 875147757
        },
        {
            "start": 875147760,
            "stop": 875149020
        },
        {
            "start": 875149080,
            "stop": 875149140
        },
        {
            "start": 875149200,
            "stop": 875153985
        }
    ]
}