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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=141",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 142,
    "results": [
        {
            "start": 932779204,
            "stop": 932779603
        },
        {
            "start": 932779624,
            "stop": 932779687
        },
        {
            "start": 932779748,
            "stop": 932780470
        },
        {
            "start": 932780489,
            "stop": 932781053
        },
        {
            "start": 932781058,
            "stop": 932781558
        },
        {
            "start": 932781577,
            "stop": 932781766
        },
        {
            "start": 932781930,
            "stop": 932781992
        },
        {
            "start": 932782036,
            "stop": 932782040
        },
        {
            "start": 932782135,
            "stop": 932782154
        },
        {
            "start": 932782196,
            "stop": 932782220
        },
        {
            "start": 932782239,
            "stop": 932782249
        },
        {
            "start": 932782328,
            "stop": 932782338
        },
        {
            "start": 932782443,
            "stop": 932782467
        },
        {
            "start": 932782518,
            "stop": 932782532
        },
        {
            "start": 932782660,
            "stop": 932782692
        },
        {
            "start": 932782876,
            "stop": 932782899
        },
        {
            "start": 932782918,
            "stop": 932782984
        },
        {
            "start": 932783014,
            "stop": 932783546
        },
        {
            "start": 932783565,
            "stop": 932783706
        },
        {
            "start": 932783725,
            "stop": 932783752
        }
    ]
}