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=46885
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=46886",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46884",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46885,
    "results": [
        {
            "start": 875153703,
            "stop": 875153709
        },
        {
            "start": 875153712,
            "stop": 875153715
        },
        {
            "start": 875153717,
            "stop": 875153723
        },
        {
            "start": 875153724,
            "stop": 875153746
        },
        {
            "start": 875153747,
            "stop": 875153751
        },
        {
            "start": 875153752,
            "stop": 875153802
        },
        {
            "start": 875153803,
            "stop": 875153841
        },
        {
            "start": 875153842,
            "stop": 875153848
        },
        {
            "start": 875153849,
            "stop": 875153864
        },
        {
            "start": 875153866,
            "stop": 875153885
        },
        {
            "start": 875153887,
            "stop": 875153888
        },
        {
            "start": 875153890,
            "stop": 875153900
        },
        {
            "start": 875153902,
            "stop": 875153903
        },
        {
            "start": 875153904,
            "stop": 875153907
        },
        {
            "start": 875153908,
            "stop": 875153925
        },
        {
            "start": 875153926,
            "stop": 875153931
        },
        {
            "start": 875153932,
            "stop": 875153970
        },
        {
            "start": 875162343,
            "stop": 875162385
        },
        {
            "start": 875162387,
            "stop": 875162397
        },
        {
            "start": 875162398,
            "stop": 875162406
        }
    ]
}