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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=35",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 36,
    "results": [
        {
            "start": 931470365,
            "stop": 931470373
        },
        {
            "start": 931470376,
            "stop": 931470378
        },
        {
            "start": 931470382,
            "stop": 931470388
        },
        {
            "start": 931470393,
            "stop": 931470420
        },
        {
            "start": 931470422,
            "stop": 931470459
        },
        {
            "start": 931471964,
            "stop": 931471965
        },
        {
            "start": 931471966,
            "stop": 931472018
        },
        {
            "start": 931472021,
            "stop": 931472056
        },
        {
            "start": 931472058,
            "stop": 931472530
        },
        {
            "start": 931472531,
            "stop": 931472603
        },
        {
            "start": 931472607,
            "stop": 931472616
        },
        {
            "start": 931472618,
            "stop": 931472912
        },
        {
            "start": 931472914,
            "stop": 931473064
        },
        {
            "start": 931473065,
            "stop": 931473436
        },
        {
            "start": 931473438,
            "stop": 931473470
        },
        {
            "start": 931473472,
            "stop": 931473473
        },
        {
            "start": 931473475,
            "stop": 931474695
        },
        {
            "start": 931474697,
            "stop": 931474746
        },
        {
            "start": 931474748,
            "stop": 931474792
        },
        {
            "start": 931474794,
            "stop": 931475091
        }
    ]
}