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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10057",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10058,
    "results": [
        {
            "start": 872927126,
            "stop": 872928435
        },
        {
            "start": 872928452,
            "stop": 872930687
        },
        {
            "start": 872930704,
            "stop": 872933156
        },
        {
            "start": 872933173,
            "stop": 872933658
        },
        {
            "start": 872933694,
            "stop": 872935497
        },
        {
            "start": 872935514,
            "stop": 872937975
        },
        {
            "start": 872937992,
            "stop": 872938335
        },
        {
            "start": 872939457,
            "stop": 872940209
        },
        {
            "start": 872940225,
            "stop": 872941440
        },
        {
            "start": 872941560,
            "stop": 872942637
        },
        {
            "start": 872942654,
            "stop": 872944432
        },
        {
            "start": 872944719,
            "stop": 872945366
        },
        {
            "start": 872945457,
            "stop": 872945576
        },
        {
            "start": 872971215,
            "stop": 872971437
        },
        {
            "start": 872971483,
            "stop": 872971723
        },
        {
            "start": 872971837,
            "stop": 872971840
        },
        {
            "start": 872971901,
            "stop": 872972156
        },
        {
            "start": 872972459,
            "stop": 872972464
        },
        {
            "start": 872972481,
            "stop": 872972519
        },
        {
            "start": 872972537,
            "stop": 872972545
        }
    ]
}