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/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16726
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=16727",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16725",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16726,
    "results": [
        {
            "start": 875012358,
            "stop": 875012359
        },
        {
            "start": 875012361,
            "stop": 875012366
        },
        {
            "start": 875012370,
            "stop": 875012380
        },
        {
            "start": 875012384,
            "stop": 875012389
        },
        {
            "start": 875012395,
            "stop": 875012398
        },
        {
            "start": 875012400,
            "stop": 875012403
        },
        {
            "start": 875012407,
            "stop": 875012409
        },
        {
            "start": 875012415,
            "stop": 875012426
        },
        {
            "start": 875012430,
            "stop": 875012433
        },
        {
            "start": 875012440,
            "stop": 875012442
        },
        {
            "start": 875012445,
            "stop": 875012446
        },
        {
            "start": 875012448,
            "stop": 875012453
        },
        {
            "start": 875012456,
            "stop": 875012458
        },
        {
            "start": 875012469,
            "stop": 875012472
        },
        {
            "start": 875012476,
            "stop": 875012480
        },
        {
            "start": 875012490,
            "stop": 875012497
        },
        {
            "start": 875012504,
            "stop": 875012523
        },
        {
            "start": 875012528,
            "stop": 875012566
        },
        {
            "start": 875012574,
            "stop": 875012579
        },
        {
            "start": 875012580,
            "stop": 875012589
        }
    ]
}