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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5990",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5988",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5989,
    "results": [
        {
            "start": 873397365,
            "stop": 873397419
        },
        {
            "start": 873397426,
            "stop": 873397433
        },
        {
            "start": 873397436,
            "stop": 873397450
        },
        {
            "start": 873397453,
            "stop": 873397477
        },
        {
            "start": 873397481,
            "stop": 873397535
        },
        {
            "start": 873397538,
            "stop": 873397553
        },
        {
            "start": 873397558,
            "stop": 873397565
        },
        {
            "start": 873397570,
            "stop": 873397594
        },
        {
            "start": 873397598,
            "stop": 873397649
        },
        {
            "start": 873397652,
            "stop": 873397653
        },
        {
            "start": 873397656,
            "stop": 873397698
        },
        {
            "start": 873397701,
            "stop": 873397708
        },
        {
            "start": 873397711,
            "stop": 873397712
        },
        {
            "start": 873397715,
            "stop": 873397777
        },
        {
            "start": 873397780,
            "stop": 873397797
        },
        {
            "start": 873397800,
            "stop": 873397815
        },
        {
            "start": 873397818,
            "stop": 873397923
        },
        {
            "start": 873397927,
            "stop": 873398136
        },
        {
            "start": 873398139,
            "stop": 873398147
        },
        {
            "start": 873398150,
            "stop": 873398161
        }
    ]
}