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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5825",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5823",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5824,
    "results": [
        {
            "start": 874713854,
            "stop": 874713870
        },
        {
            "start": 874713873,
            "stop": 874713950
        },
        {
            "start": 874713953,
            "stop": 874714020
        },
        {
            "start": 874714024,
            "stop": 874714062
        },
        {
            "start": 874714065,
            "stop": 874714094
        },
        {
            "start": 874714098,
            "stop": 874714167
        },
        {
            "start": 874714170,
            "stop": 874714174
        },
        {
            "start": 874714177,
            "stop": 874714185
        },
        {
            "start": 874714188,
            "stop": 874714195
        },
        {
            "start": 874714198,
            "stop": 874714264
        },
        {
            "start": 874714267,
            "stop": 874714275
        },
        {
            "start": 874714278,
            "stop": 874714279
        },
        {
            "start": 874714282,
            "stop": 874714283
        },
        {
            "start": 874714286,
            "stop": 874714321
        },
        {
            "start": 874714325,
            "stop": 874714360
        },
        {
            "start": 874714363,
            "stop": 874714452
        },
        {
            "start": 874714456,
            "stop": 874714466
        },
        {
            "start": 874714470,
            "stop": 874714508
        },
        {
            "start": 874714511,
            "stop": 874714571
        },
        {
            "start": 874714575,
            "stop": 874714596
        }
    ]
}