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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=56",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 57,
    "results": [
        {
            "start": 1130982413,
            "stop": 1130982491
        },
        {
            "start": 1130982498,
            "stop": 1130994312
        },
        {
            "start": 1130994319,
            "stop": 1131009232
        },
        {
            "start": 1131009239,
            "stop": 1131014943
        },
        {
            "start": 1131014951,
            "stop": 1131016000
        },
        {
            "start": 1131054330,
            "stop": 1131054412
        },
        {
            "start": 1131054413,
            "stop": 1131054414
        },
        {
            "start": 1131054415,
            "stop": 1131054426
        },
        {
            "start": 1131054427,
            "stop": 1131054467
        },
        {
            "start": 1131054468,
            "stop": 1131054495
        },
        {
            "start": 1131054497,
            "stop": 1131054549
        },
        {
            "start": 1131054551,
            "stop": 1131054572
        },
        {
            "start": 1131054573,
            "stop": 1131054655
        },
        {
            "start": 1131054656,
            "stop": 1131054667
        },
        {
            "start": 1131054668,
            "stop": 1131054672
        },
        {
            "start": 1131054673,
            "stop": 1131054675
        },
        {
            "start": 1131054676,
            "stop": 1131054702
        },
        {
            "start": 1131054704,
            "stop": 1131054709
        },
        {
            "start": 1131054711,
            "stop": 1131054714
        },
        {
            "start": 1131054716,
            "stop": 1131054717
        }
    ]
}