Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3121
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3120",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3121,
    "results": [
        {
            "start": 867818304,
            "stop": 867818520
        },
        {
            "start": 867818580,
            "stop": 867819034
        },
        {
            "start": 867819038,
            "stop": 867819245
        },
        {
            "start": 867819249,
            "stop": 867819692
        },
        {
            "start": 867819701,
            "stop": 867819720
        },
        {
            "start": 867819780,
            "stop": 867819827
        },
        {
            "start": 867819831,
            "stop": 867819974
        },
        {
            "start": 867819978,
            "stop": 867820009
        },
        {
            "start": 867820013,
            "stop": 867820061
        },
        {
            "start": 867820064,
            "stop": 867820183
        },
        {
            "start": 867820186,
            "stop": 867820235
        },
        {
            "start": 867820244,
            "stop": 867820272
        },
        {
            "start": 867820275,
            "stop": 867820291
        },
        {
            "start": 867820295,
            "stop": 867820340
        },
        {
            "start": 867820344,
            "stop": 867820359
        },
        {
            "start": 867820363,
            "stop": 867820380
        },
        {
            "start": 867820440,
            "stop": 867820507
        },
        {
            "start": 867820511,
            "stop": 867820516
        },
        {
            "start": 867820521,
            "stop": 867820532
        },
        {
            "start": 867820537,
            "stop": 867820552
        }
    ]
}