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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=343",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 344,
    "results": [
        {
            "start": 868473799,
            "stop": 868527506
        },
        {
            "start": 868529398,
            "stop": 868540464
        },
        {
            "start": 868546706,
            "stop": 868584268
        },
        {
            "start": 868585397,
            "stop": 868602686
        },
        {
            "start": 868605018,
            "stop": 868608359
        },
        {
            "start": 868609085,
            "stop": 868612579
        },
        {
            "start": 868614316,
            "stop": 868631299
        },
        {
            "start": 868634936,
            "stop": 868638464
        },
        {
            "start": 868639139,
            "stop": 868651824
        },
        {
            "start": 868653949,
            "stop": 868655501
        },
        {
            "start": 868656031,
            "stop": 868661446
        },
        {
            "start": 868664420,
            "stop": 868701145
        },
        {
            "start": 868702497,
            "stop": 868719527
        },
        {
            "start": 868736156,
            "stop": 868745005
        },
        {
            "start": 868746200,
            "stop": 868753227
        },
        {
            "start": 868753888,
            "stop": 868794197
        },
        {
            "start": 868841856,
            "stop": 868851550
        },
        {
            "start": 868852045,
            "stop": 868909113
        },
        {
            "start": 868911049,
            "stop": 868911488
        },
        {
            "start": 868911493,
            "stop": 868915426
        }
    ]
}