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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14893",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14891",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14892,
    "results": [
        {
            "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
        },
        {
            "start": 971443702,
            "stop": 971443742
        },
        {
            "start": 971443745,
            "stop": 971443763
        },
        {
            "start": 971443766,
            "stop": 971443794
        },
        {
            "start": 971443798,
            "stop": 971443799
        },
        {
            "start": 971443802,
            "stop": 971443811
        }
    ]
}