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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=77",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 78,
    "results": [
        {
            "start": 931597102,
            "stop": 931597112
        },
        {
            "start": 931597122,
            "stop": 931597126
        },
        {
            "start": 931597133,
            "stop": 931597140
        },
        {
            "start": 931597191,
            "stop": 931597192
        },
        {
            "start": 931597211,
            "stop": 931597214
        },
        {
            "start": 931597242,
            "stop": 931597249
        },
        {
            "start": 931597257,
            "stop": 931597260
        },
        {
            "start": 931597267,
            "stop": 931597272
        },
        {
            "start": 931597285,
            "stop": 931597286
        },
        {
            "start": 931597298,
            "stop": 931597300
        },
        {
            "start": 931597307,
            "stop": 931597312
        },
        {
            "start": 931597321,
            "stop": 931597333
        },
        {
            "start": 931597362,
            "stop": 931597369
        },
        {
            "start": 931597380,
            "stop": 931597393
        },
        {
            "start": 931597412,
            "stop": 931597415
        },
        {
            "start": 931597434,
            "stop": 931597437
        },
        {
            "start": 931597444,
            "stop": 931597446
        },
        {
            "start": 931597460,
            "stop": 931597462
        },
        {
            "start": 931597498,
            "stop": 931597510
        },
        {
            "start": 931597517,
            "stop": 931597521
        }
    ]
}