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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8020",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8018",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8019,
    "results": [
        {
            "start": 970403171,
            "stop": 970403222
        },
        {
            "start": 970403225,
            "stop": 970403376
        },
        {
            "start": 970403379,
            "stop": 970403434
        },
        {
            "start": 970403437,
            "stop": 970403501
        },
        {
            "start": 970403504,
            "stop": 970403506
        },
        {
            "start": 970403509,
            "stop": 970403534
        },
        {
            "start": 970403537,
            "stop": 970403604
        },
        {
            "start": 970403624,
            "stop": 970403626
        },
        {
            "start": 970403632,
            "stop": 970403633
        },
        {
            "start": 970403639,
            "stop": 970403640
        },
        {
            "start": 970403649,
            "stop": 970403650
        },
        {
            "start": 970403660,
            "stop": 970403661
        },
        {
            "start": 970403670,
            "stop": 970403671
        },
        {
            "start": 970403677,
            "stop": 970403684
        },
        {
            "start": 970403690,
            "stop": 970403698
        },
        {
            "start": 970403704,
            "stop": 970403708
        },
        {
            "start": 970403718,
            "stop": 970403729
        },
        {
            "start": 970403735,
            "stop": 970403744
        },
        {
            "start": 970403750,
            "stop": 970403756
        },
        {
            "start": 970403759,
            "stop": 970403890
        }
    ]
}