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/S6/timelines/L1_BURST_CAT3/segments?format=api&page=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=232",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 233,
    "results": [
        {
            "start": 931674895,
            "stop": 931674898
        },
        {
            "start": 931674904,
            "stop": 931674914
        },
        {
            "start": 931674916,
            "stop": 931674919
        },
        {
            "start": 931674924,
            "stop": 931674934
        },
        {
            "start": 931674947,
            "stop": 931674950
        },
        {
            "start": 931674953,
            "stop": 931674954
        },
        {
            "start": 931674959,
            "stop": 931674963
        },
        {
            "start": 931674966,
            "stop": 931674978
        },
        {
            "start": 931674984,
            "stop": 931674986
        },
        {
            "start": 931674995,
            "stop": 931674998
        },
        {
            "start": 931675001,
            "stop": 931675003
        },
        {
            "start": 931675007,
            "stop": 931675008
        },
        {
            "start": 931675010,
            "stop": 931675012
        },
        {
            "start": 931675015,
            "stop": 931675019
        },
        {
            "start": 931675022,
            "stop": 931675033
        },
        {
            "start": 931675036,
            "stop": 931675042
        },
        {
            "start": 931675045,
            "stop": 931675046
        },
        {
            "start": 931675051,
            "stop": 931675052
        },
        {
            "start": 931675055,
            "stop": 931675057
        },
        {
            "start": 931675061,
            "stop": 931675062
        }
    ]
}