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=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=4",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 5,
    "results": [
        {
            "start": 816070484,
            "stop": 816099366
        },
        {
            "start": 816099885,
            "stop": 816108531
        },
        {
            "start": 816141409,
            "stop": 816141648
        },
        {
            "start": 816148895,
            "stop": 816183251
        },
        {
            "start": 816183631,
            "stop": 816185398
        },
        {
            "start": 816186052,
            "stop": 816193795
        },
        {
            "start": 816193822,
            "stop": 816195499
        },
        {
            "start": 816197241,
            "stop": 816211280
        },
        {
            "start": 816213644,
            "stop": 816221610
        },
        {
            "start": 816221882,
            "stop": 816224267
        },
        {
            "start": 816225711,
            "stop": 816280384
        },
        {
            "start": 816280891,
            "stop": 816290458
        },
        {
            "start": 816303496,
            "stop": 816369200
        },
        {
            "start": 816373828,
            "stop": 816378271
        },
        {
            "start": 816378546,
            "stop": 816379709
        },
        {
            "start": 816381669,
            "stop": 816382577
        },
        {
            "start": 816383521,
            "stop": 816387865
        },
        {
            "start": 816388088,
            "stop": 816422933
        },
        {
            "start": 816423525,
            "stop": 816439318
        },
        {
            "start": 816441310,
            "stop": 816471769
        }
    ]
}