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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=172",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 173,
    "results": [
        {
            "start": 1420395901,
            "stop": 1420396256
        },
        {
            "start": 1420396261,
            "stop": 1420396282
        },
        {
            "start": 1420396287,
            "stop": 1420397762
        },
        {
            "start": 1420397767,
            "stop": 1420398171
        },
        {
            "start": 1420398176,
            "stop": 1420399518
        },
        {
            "start": 1420399523,
            "stop": 1420400453
        },
        {
            "start": 1420400458,
            "stop": 1420404868
        },
        {
            "start": 1420404873,
            "stop": 1420404880
        },
        {
            "start": 1420404885,
            "stop": 1420407042
        },
        {
            "start": 1420413385,
            "stop": 1420416754
        },
        {
            "start": 1420416759,
            "stop": 1420417905
        },
        {
            "start": 1420417910,
            "stop": 1420421329
        },
        {
            "start": 1420421334,
            "stop": 1420422164
        },
        {
            "start": 1420422169,
            "stop": 1420440995
        },
        {
            "start": 1420440999,
            "stop": 1420453754
        },
        {
            "start": 1420453900,
            "stop": 1420455185
        },
        {
            "start": 1420455307,
            "stop": 1420456831
        },
        {
            "start": 1420456836,
            "stop": 1420456946
        },
        {
            "start": 1420457069,
            "stop": 1420457124
        },
        {
            "start": 1420461051,
            "stop": 1420464875
        }
    ]
}