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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=138",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 139,
    "results": [
        {
            "start": 932763018,
            "stop": 932764303
        },
        {
            "start": 932764322,
            "stop": 932764533
        },
        {
            "start": 932764556,
            "stop": 932764609
        },
        {
            "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
        }
    ]
}