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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=278",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 279,
    "results": [
        {
            "start": 1126928123,
            "stop": 1126928357
        },
        {
            "start": 1126928477,
            "stop": 1126928494
        },
        {
            "start": 1126928495,
            "stop": 1126928874
        },
        {
            "start": 1126928875,
            "stop": 1126929186
        },
        {
            "start": 1126929188,
            "stop": 1126929220
        },
        {
            "start": 1126929221,
            "stop": 1126929504
        },
        {
            "start": 1126929506,
            "stop": 1126929566
        },
        {
            "start": 1126929567,
            "stop": 1126929723
        },
        {
            "start": 1126929724,
            "stop": 1126929871
        },
        {
            "start": 1126929872,
            "stop": 1126929904
        },
        {
            "start": 1126929906,
            "stop": 1126930255
        },
        {
            "start": 1126930256,
            "stop": 1126930288
        },
        {
            "start": 1126930289,
            "stop": 1126930320
        },
        {
            "start": 1126930321,
            "stop": 1126930606
        },
        {
            "start": 1126930607,
            "stop": 1126930844
        },
        {
            "start": 1126930846,
            "stop": 1126930860
        },
        {
            "start": 1126930861,
            "stop": 1126930901
        },
        {
            "start": 1126930902,
            "stop": 1126930966
        },
        {
            "start": 1126930967,
            "stop": 1126931014
        },
        {
            "start": 1126931015,
            "stop": 1126931321
        }
    ]
}