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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=164",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 165,
    "results": [
        {
            "start": 1135056241,
            "stop": 1135056242
        },
        {
            "start": 1135056323,
            "stop": 1135056330
        },
        {
            "start": 1135056338,
            "stop": 1135056339
        },
        {
            "start": 1135056342,
            "stop": 1135056344
        },
        {
            "start": 1135056378,
            "stop": 1135056380
        },
        {
            "start": 1135056383,
            "stop": 1135056388
        },
        {
            "start": 1135056485,
            "stop": 1135056486
        },
        {
            "start": 1135056491,
            "stop": 1135056492
        },
        {
            "start": 1135056503,
            "stop": 1135056517
        },
        {
            "start": 1135056520,
            "stop": 1135056524
        },
        {
            "start": 1135056527,
            "stop": 1135056528
        },
        {
            "start": 1135056534,
            "stop": 1135056547
        },
        {
            "start": 1135056550,
            "stop": 1135056556
        },
        {
            "start": 1135056559,
            "stop": 1135056561
        },
        {
            "start": 1135056564,
            "stop": 1135056566
        },
        {
            "start": 1135056569,
            "stop": 1135056572
        },
        {
            "start": 1135056578,
            "stop": 1135056581
        },
        {
            "start": 1135056584,
            "stop": 1135056585
        },
        {
            "start": 1135056588,
            "stop": 1135056589
        },
        {
            "start": 1135056592,
            "stop": 1135056594
        }
    ]
}