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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=75",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 76,
    "results": [
        {
            "start": 817626415,
            "stop": 817626561
        },
        {
            "start": 817626590,
            "stop": 817626669
        },
        {
            "start": 817626698,
            "stop": 817627841
        },
        {
            "start": 817627870,
            "stop": 817628797
        },
        {
            "start": 817628826,
            "stop": 817628909
        },
        {
            "start": 817628982,
            "stop": 817629044
        },
        {
            "start": 817629095,
            "stop": 817629331
        },
        {
            "start": 817629364,
            "stop": 817629369
        },
        {
            "start": 817629428,
            "stop": 817629543
        },
        {
            "start": 817629593,
            "stop": 817631902
        },
        {
            "start": 817631934,
            "stop": 817632424
        },
        {
            "start": 817632432,
            "stop": 817632451
        },
        {
            "start": 817632459,
            "stop": 817632469
        },
        {
            "start": 817632484,
            "stop": 817632493
        },
        {
            "start": 817632500,
            "stop": 817632516
        },
        {
            "start": 817632524,
            "stop": 817632620
        },
        {
            "start": 817632628,
            "stop": 817632656
        },
        {
            "start": 817632673,
            "stop": 817632699
        },
        {
            "start": 817632706,
            "stop": 817632713
        },
        {
            "start": 817632725,
            "stop": 817632735
        }
    ]
}