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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=150",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 151,
    "results": [
        {
            "start": 931776402,
            "stop": 931776407
        },
        {
            "start": 931776414,
            "stop": 931776418
        },
        {
            "start": 931776434,
            "stop": 931776437
        },
        {
            "start": 931776453,
            "stop": 931776456
        },
        {
            "start": 931776472,
            "stop": 931776485
        },
        {
            "start": 931776507,
            "stop": 931776513
        },
        {
            "start": 931776596,
            "stop": 931776598
        },
        {
            "start": 931776623,
            "stop": 931776624
        },
        {
            "start": 931776638,
            "stop": 931776641
        },
        {
            "start": 931776648,
            "stop": 931776652
        },
        {
            "start": 931776662,
            "stop": 931776670
        },
        {
            "start": 931776748,
            "stop": 931776750
        },
        {
            "start": 931776766,
            "stop": 931776770
        },
        {
            "start": 931776788,
            "stop": 931776795
        },
        {
            "start": 931776802,
            "stop": 931776805
        },
        {
            "start": 931776812,
            "stop": 931776815
        },
        {
            "start": 931776823,
            "stop": 931776827
        },
        {
            "start": 931776834,
            "stop": 931776843
        },
        {
            "start": 931776860,
            "stop": 931776861
        },
        {
            "start": 931776874,
            "stop": 931776878
        }
    ]
}