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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46946",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46944",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46945,
    "results": [
        {
            "start": 875202845,
            "stop": 875202956
        },
        {
            "start": 875202957,
            "stop": 875202962
        },
        {
            "start": 875202966,
            "stop": 875203195
        },
        {
            "start": 875203198,
            "stop": 875203202
        },
        {
            "start": 875203204,
            "stop": 875203210
        },
        {
            "start": 875203211,
            "stop": 875203252
        },
        {
            "start": 875203253,
            "stop": 875203269
        },
        {
            "start": 875203270,
            "stop": 875203294
        },
        {
            "start": 875203296,
            "stop": 875203319
        },
        {
            "start": 875203320,
            "stop": 875203331
        },
        {
            "start": 875203332,
            "stop": 875203360
        },
        {
            "start": 875203361,
            "stop": 875203380
        },
        {
            "start": 875203381,
            "stop": 875203401
        },
        {
            "start": 875203403,
            "stop": 875203423
        },
        {
            "start": 875203424,
            "stop": 875203425
        },
        {
            "start": 875203427,
            "stop": 875203431
        },
        {
            "start": 875203432,
            "stop": 875203439
        },
        {
            "start": 875203440,
            "stop": 875203457
        },
        {
            "start": 875203458,
            "stop": 875203468
        },
        {
            "start": 875203469,
            "stop": 875203501
        }
    ]
}