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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=6",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 7,
    "results": [
        {
            "start": 815210186,
            "stop": 815210213
        },
        {
            "start": 815210217,
            "stop": 815210235
        },
        {
            "start": 815210238,
            "stop": 815210241
        },
        {
            "start": 815210245,
            "stop": 815210272
        },
        {
            "start": 815210275,
            "stop": 815210292
        },
        {
            "start": 815210296,
            "stop": 815210344
        },
        {
            "start": 815210347,
            "stop": 815210350
        },
        {
            "start": 815210354,
            "stop": 815210440
        },
        {
            "start": 815210443,
            "stop": 815210536
        },
        {
            "start": 815210539,
            "stop": 815210604
        },
        {
            "start": 815210607,
            "stop": 815210658
        },
        {
            "start": 815210662,
            "stop": 815210695
        },
        {
            "start": 815210698,
            "stop": 815210746
        },
        {
            "start": 815210750,
            "stop": 815210786
        },
        {
            "start": 815210789,
            "stop": 815210804
        },
        {
            "start": 815210807,
            "stop": 815211125
        },
        {
            "start": 815211128,
            "stop": 815211425
        },
        {
            "start": 815211428,
            "stop": 815211580
        },
        {
            "start": 815211583,
            "stop": 815211597
        },
        {
            "start": 815211601,
            "stop": 815211622
        }
    ]
}