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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=691",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=689",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 690,
    "results": [
        {
            "start": 1265815189,
            "stop": 1265815210
        },
        {
            "start": 1265815212,
            "stop": 1265815916
        },
        {
            "start": 1265815918,
            "stop": 1265815919
        },
        {
            "start": 1265815924,
            "stop": 1265817054
        },
        {
            "start": 1265817062,
            "stop": 1265820191
        },
        {
            "start": 1265820194,
            "stop": 1265824070
        },
        {
            "start": 1265824073,
            "stop": 1265825597
        },
        {
            "start": 1265825600,
            "stop": 1265826259
        },
        {
            "start": 1265826262,
            "stop": 1265829785
        },
        {
            "start": 1265829788,
            "stop": 1265829974
        },
        {
            "start": 1265829977,
            "stop": 1265833014
        },
        {
            "start": 1265852907,
            "stop": 1265853764
        },
        {
            "start": 1265853767,
            "stop": 1265855550
        },
        {
            "start": 1265855553,
            "stop": 1265855624
        },
        {
            "start": 1265855625,
            "stop": 1265855663
        },
        {
            "start": 1265855665,
            "stop": 1265857662
        },
        {
            "start": 1265857670,
            "stop": 1265859591
        },
        {
            "start": 1265859599,
            "stop": 1265862510
        },
        {
            "start": 1265862513,
            "stop": 1265868246
        },
        {
            "start": 1265868249,
            "stop": 1265868252
        }
    ]
}