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=46902
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=46903",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46901",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46902,
    "results": [
        {
            "start": 875177313,
            "stop": 875177320
        },
        {
            "start": 875177321,
            "stop": 875177341
        },
        {
            "start": 875177342,
            "stop": 875177357
        },
        {
            "start": 875177358,
            "stop": 875177365
        },
        {
            "start": 875177368,
            "stop": 875177369
        },
        {
            "start": 875177373,
            "stop": 875177376
        },
        {
            "start": 875177377,
            "stop": 875177380
        },
        {
            "start": 875177381,
            "stop": 875177414
        },
        {
            "start": 875177415,
            "stop": 875177442
        },
        {
            "start": 875177443,
            "stop": 875177460
        },
        {
            "start": 875177461,
            "stop": 875177483
        },
        {
            "start": 875177484,
            "stop": 875177490
        },
        {
            "start": 875177491,
            "stop": 875177501
        },
        {
            "start": 875177502,
            "stop": 875177528
        },
        {
            "start": 875177529,
            "stop": 875177534
        },
        {
            "start": 875177537,
            "stop": 875177540
        },
        {
            "start": 875177541,
            "stop": 875177546
        },
        {
            "start": 875177547,
            "stop": 875177568
        },
        {
            "start": 875177569,
            "stop": 875177589
        },
        {
            "start": 875177590,
            "stop": 875177594
        }
    ]
}