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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=721",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=719",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 720,
    "results": [
        {
            "start": 868623762,
            "stop": 868631316
        },
        {
            "start": 868634936,
            "stop": 868638464
        },
        {
            "start": 868639139,
            "stop": 868643711
        },
        {
            "start": 868643716,
            "stop": 868651770
        },
        {
            "start": 868651830,
            "stop": 868651840
        },
        {
            "start": 868653949,
            "stop": 868655501
        },
        {
            "start": 868656044,
            "stop": 868661463
        },
        {
            "start": 868664420,
            "stop": 868668900
        },
        {
            "start": 868668960,
            "stop": 868701163
        },
        {
            "start": 868702497,
            "stop": 868719527
        },
        {
            "start": 868736156,
            "stop": 868740925
        },
        {
            "start": 868740944,
            "stop": 868745023
        },
        {
            "start": 868746200,
            "stop": 868751229
        },
        {
            "start": 868751234,
            "stop": 868753244
        },
        {
            "start": 868753888,
            "stop": 868793878
        },
        {
            "start": 868793884,
            "stop": 868794150
        },
        {
            "start": 868841856,
            "stop": 868851567
        },
        {
            "start": 868852045,
            "stop": 868864963
        },
        {
            "start": 868865378,
            "stop": 868874234
        },
        {
            "start": 868874240,
            "stop": 868897376
        }
    ]
}