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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=78",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 79,
    "results": [
        {
            "start": 931597550,
            "stop": 931597551
        },
        {
            "start": 931597558,
            "stop": 931597568
        },
        {
            "start": 931597575,
            "stop": 931597585
        },
        {
            "start": 931597598,
            "stop": 931597619
        },
        {
            "start": 931597632,
            "stop": 931597635
        },
        {
            "start": 931597655,
            "stop": 931597661
        },
        {
            "start": 931597668,
            "stop": 931597670
        },
        {
            "start": 931597677,
            "stop": 931597678
        },
        {
            "start": 931597727,
            "stop": 931597728
        },
        {
            "start": 931597738,
            "stop": 931597782
        },
        {
            "start": 931597792,
            "stop": 931597793
        },
        {
            "start": 931597824,
            "stop": 931597826
        },
        {
            "start": 931597833,
            "stop": 931597834
        },
        {
            "start": 931597847,
            "stop": 931597862
        },
        {
            "start": 931597871,
            "stop": 931597872
        },
        {
            "start": 931597879,
            "stop": 931597884
        },
        {
            "start": 931597896,
            "stop": 931597906
        },
        {
            "start": 931597935,
            "stop": 931597936
        },
        {
            "start": 931597943,
            "stop": 931597949
        },
        {
            "start": 931597956,
            "stop": 931597979
        }
    ]
}