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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7225",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7226,
    "results": [
        {
            "start": 874739697,
            "stop": 874740110
        },
        {
            "start": 874740111,
            "stop": 874741198
        },
        {
            "start": 874741200,
            "stop": 874741211
        },
        {
            "start": 874741212,
            "stop": 874741492
        },
        {
            "start": 874741494,
            "stop": 874741759
        },
        {
            "start": 874741761,
            "stop": 874742263
        },
        {
            "start": 874742265,
            "stop": 874742937
        },
        {
            "start": 874742938,
            "stop": 874743107
        },
        {
            "start": 874743108,
            "stop": 874743387
        },
        {
            "start": 874743389,
            "stop": 874743694
        },
        {
            "start": 874743696,
            "stop": 874744003
        },
        {
            "start": 874744005,
            "stop": 874744075
        },
        {
            "start": 874744076,
            "stop": 874744665
        },
        {
            "start": 874744667,
            "stop": 874744957
        },
        {
            "start": 874744958,
            "stop": 874744965
        },
        {
            "start": 874744966,
            "stop": 874745241
        },
        {
            "start": 874745242,
            "stop": 874745680
        },
        {
            "start": 874745681,
            "stop": 874746068
        },
        {
            "start": 874746069,
            "stop": 874746424
        },
        {
            "start": 874746425,
            "stop": 874747354
        }
    ]
}