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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=223",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 224,
    "results": [
        {
            "start": 1259265246,
            "stop": 1259265249
        },
        {
            "start": 1259265252,
            "stop": 1259265253
        },
        {
            "start": 1259265256,
            "stop": 1259265337
        },
        {
            "start": 1259265340,
            "stop": 1259265422
        },
        {
            "start": 1259265425,
            "stop": 1259265461
        },
        {
            "start": 1259265464,
            "stop": 1259265473
        },
        {
            "start": 1259265476,
            "stop": 1259265760
        },
        {
            "start": 1259265762,
            "stop": 1259265763
        },
        {
            "start": 1259265764,
            "stop": 1259265868
        },
        {
            "start": 1259265871,
            "stop": 1259266039
        },
        {
            "start": 1259266042,
            "stop": 1259266213
        },
        {
            "start": 1259266216,
            "stop": 1259266417
        },
        {
            "start": 1259266420,
            "stop": 1259266482
        },
        {
            "start": 1259266483,
            "stop": 1259266582
        },
        {
            "start": 1259266588,
            "stop": 1259266594
        },
        {
            "start": 1259266597,
            "stop": 1259266598
        },
        {
            "start": 1259266601,
            "stop": 1259266610
        },
        {
            "start": 1259266611,
            "stop": 1259266769
        },
        {
            "start": 1259266772,
            "stop": 1259267013
        },
        {
            "start": 1259267016,
            "stop": 1259267095
        }
    ]
}