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=14476
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=14477",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14475",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14476,
    "results": [
        {
            "start": 971601438,
            "stop": 971601451
        },
        {
            "start": 971601452,
            "stop": 971601453
        },
        {
            "start": 971601454,
            "stop": 971601455
        },
        {
            "start": 971601456,
            "stop": 971601458
        },
        {
            "start": 971601459,
            "stop": 971601461
        },
        {
            "start": 971601496,
            "stop": 971601502
        },
        {
            "start": 971601504,
            "stop": 971601505
        },
        {
            "start": 971601507,
            "stop": 971601512
        },
        {
            "start": 971601516,
            "stop": 971601517
        },
        {
            "start": 971601519,
            "stop": 971601524
        },
        {
            "start": 971601529,
            "stop": 971601538
        },
        {
            "start": 971601572,
            "stop": 971601579
        },
        {
            "start": 971601582,
            "stop": 971601586
        },
        {
            "start": 971603367,
            "stop": 971603722
        },
        {
            "start": 971603725,
            "stop": 971603901
        },
        {
            "start": 971603904,
            "stop": 971603932
        },
        {
            "start": 971603935,
            "stop": 971604074
        },
        {
            "start": 971604077,
            "stop": 971604383
        },
        {
            "start": 971604386,
            "stop": 971604515
        },
        {
            "start": 971604518,
            "stop": 971604757
        }
    ]
}