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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=141",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 142,
    "results": [
        {
            "start": 932764637,
            "stop": 932764653
        },
        {
            "start": 932764687,
            "stop": 932764741
        },
        {
            "start": 932764767,
            "stop": 932764801
        },
        {
            "start": 932764846,
            "stop": 932764854
        },
        {
            "start": 932764883,
            "stop": 932764902
        },
        {
            "start": 932764923,
            "stop": 932764964
        },
        {
            "start": 932764983,
            "stop": 932765765
        },
        {
            "start": 932765799,
            "stop": 932766053
        },
        {
            "start": 932766073,
            "stop": 932766094
        },
        {
            "start": 932766126,
            "stop": 932766421
        },
        {
            "start": 932766493,
            "stop": 932766605
        },
        {
            "start": 932766624,
            "stop": 932766832
        },
        {
            "start": 932766862,
            "stop": 932766888
        },
        {
            "start": 932766907,
            "stop": 932767078
        },
        {
            "start": 932767101,
            "stop": 932767108
        },
        {
            "start": 932767143,
            "stop": 932767147
        },
        {
            "start": 932767190,
            "stop": 932767213
        },
        {
            "start": 932767233,
            "stop": 932767309
        },
        {
            "start": 932767332,
            "stop": 932768053
        },
        {
            "start": 932768055,
            "stop": 932768227
        }
    ]
}