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=4721
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=4722",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4720",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4721,
    "results": [
        {
            "start": 970002128,
            "stop": 970002209
        },
        {
            "start": 970002212,
            "stop": 970002287
        },
        {
            "start": 970002290,
            "stop": 970002302
        },
        {
            "start": 970002305,
            "stop": 970002340
        },
        {
            "start": 970002343,
            "stop": 970002450
        },
        {
            "start": 970002453,
            "stop": 970002505
        },
        {
            "start": 970002508,
            "stop": 970002516
        },
        {
            "start": 970002519,
            "stop": 970002525
        },
        {
            "start": 970002528,
            "stop": 970002564
        },
        {
            "start": 970002567,
            "stop": 970002580
        },
        {
            "start": 970002583,
            "stop": 970002635
        },
        {
            "start": 970002638,
            "stop": 970002878
        },
        {
            "start": 970002882,
            "stop": 970002912
        },
        {
            "start": 970002915,
            "stop": 970002983
        },
        {
            "start": 970002986,
            "stop": 970002987
        },
        {
            "start": 970002990,
            "stop": 970003030
        },
        {
            "start": 970003033,
            "stop": 970003036
        },
        {
            "start": 970003039,
            "stop": 970003118
        },
        {
            "start": 970004198,
            "stop": 970004475
        },
        {
            "start": 970004478,
            "stop": 970004501
        }
    ]
}