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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5144",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5145,
    "results": [
        {
            "start": 874713955,
            "stop": 874714018
        },
        {
            "start": 874714026,
            "stop": 874714060
        },
        {
            "start": 874714067,
            "stop": 874714092
        },
        {
            "start": 874714100,
            "stop": 874714165
        },
        {
            "start": 874714179,
            "stop": 874714183
        },
        {
            "start": 874714190,
            "stop": 874714193
        },
        {
            "start": 874714200,
            "stop": 874714262
        },
        {
            "start": 874714269,
            "stop": 874714273
        },
        {
            "start": 874714288,
            "stop": 874714319
        },
        {
            "start": 874714327,
            "stop": 874714358
        },
        {
            "start": 874714365,
            "stop": 874714450
        },
        {
            "start": 874714458,
            "stop": 874714464
        },
        {
            "start": 874714472,
            "stop": 874714506
        },
        {
            "start": 874714513,
            "stop": 874714569
        },
        {
            "start": 874714577,
            "stop": 874714594
        },
        {
            "start": 874714601,
            "stop": 874714620
        },
        {
            "start": 874714627,
            "stop": 874714631
        },
        {
            "start": 874714638,
            "stop": 874714709
        },
        {
            "start": 874714722,
            "stop": 874714741
        },
        {
            "start": 874714748,
            "stop": 874714759
        }
    ]
}