Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=148
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=147",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 148,
    "results": [
        {
            "start": 868473799,
            "stop": 868527524
        },
        {
            "start": 868529398,
            "stop": 868540480
        },
        {
            "start": 868546706,
            "stop": 868584287
        },
        {
            "start": 868585397,
            "stop": 868602704
        },
        {
            "start": 868605018,
            "stop": 868608376
        },
        {
            "start": 868609085,
            "stop": 868612597
        },
        {
            "start": 868614316,
            "stop": 868631316
        },
        {
            "start": 868634936,
            "stop": 868638464
        },
        {
            "start": 868639139,
            "stop": 868651840
        },
        {
            "start": 868653949,
            "stop": 868655501
        },
        {
            "start": 868656031,
            "stop": 868661463
        },
        {
            "start": 868664420,
            "stop": 868701163
        },
        {
            "start": 868702497,
            "stop": 868719527
        },
        {
            "start": 868736156,
            "stop": 868745023
        },
        {
            "start": 868746200,
            "stop": 868753244
        },
        {
            "start": 868753888,
            "stop": 868794198
        },
        {
            "start": 868841856,
            "stop": 868851567
        },
        {
            "start": 868852045,
            "stop": 868909130
        },
        {
            "start": 868911049,
            "stop": 868919352
        },
        {
            "start": 868922706,
            "stop": 868928730
        }
    ]
}