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=14408
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=14409",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14407",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14408,
    "results": [
        {
            "start": 971443418,
            "stop": 971443434
        },
        {
            "start": 971443438,
            "stop": 971443442
        },
        {
            "start": 971443443,
            "stop": 971443445
        },
        {
            "start": 971443447,
            "stop": 971443456
        },
        {
            "start": 971443457,
            "stop": 971443465
        },
        {
            "start": 971443467,
            "stop": 971443499
        },
        {
            "start": 971443502,
            "stop": 971443517
        },
        {
            "start": 971443519,
            "stop": 971443532
        },
        {
            "start": 971443535,
            "stop": 971443540
        },
        {
            "start": 971443543,
            "stop": 971443562
        },
        {
            "start": 971443563,
            "stop": 971443566
        },
        {
            "start": 971443568,
            "stop": 971443587
        },
        {
            "start": 971443589,
            "stop": 971443592
        },
        {
            "start": 971443593,
            "stop": 971443597
        },
        {
            "start": 971443600,
            "stop": 971443608
        },
        {
            "start": 971443609,
            "stop": 971443612
        },
        {
            "start": 971443616,
            "stop": 971443630
        },
        {
            "start": 971443631,
            "stop": 971443671
        },
        {
            "start": 971443674,
            "stop": 971443694
        },
        {
            "start": 971443696,
            "stop": 971443701
        }
    ]
}