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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16829",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16827",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16828,
    "results": [
        {
            "start": 875217984,
            "stop": 875218331
        },
        {
            "start": 875218334,
            "stop": 875218351
        },
        {
            "start": 875218352,
            "stop": 875218395
        },
        {
            "start": 875218396,
            "stop": 875218397
        },
        {
            "start": 875218398,
            "stop": 875218558
        },
        {
            "start": 875218560,
            "stop": 875218676
        },
        {
            "start": 875218677,
            "stop": 875218742
        },
        {
            "start": 875218744,
            "stop": 875218766
        },
        {
            "start": 875218767,
            "stop": 875218946
        },
        {
            "start": 875218948,
            "stop": 875218951
        },
        {
            "start": 875218952,
            "stop": 875219080
        },
        {
            "start": 875219081,
            "stop": 875219293
        },
        {
            "start": 875219294,
            "stop": 875219406
        },
        {
            "start": 875219409,
            "stop": 875219444
        },
        {
            "start": 875219445,
            "stop": 875219606
        },
        {
            "start": 875219608,
            "stop": 875219635
        },
        {
            "start": 875219636,
            "stop": 875219649
        },
        {
            "start": 875219650,
            "stop": 875220123
        },
        {
            "start": 875220126,
            "stop": 875220262
        },
        {
            "start": 875220264,
            "stop": 875220316
        }
    ]
}