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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=336",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 337,
    "results": [
        {
            "start": 1264056197,
            "stop": 1264056413
        },
        {
            "start": 1264056418,
            "stop": 1264056751
        },
        {
            "start": 1264056756,
            "stop": 1264056782
        },
        {
            "start": 1264056787,
            "stop": 1264056807
        },
        {
            "start": 1264063444,
            "stop": 1264064007
        },
        {
            "start": 1264064012,
            "stop": 1264064440
        },
        {
            "start": 1264064442,
            "stop": 1264065315
        },
        {
            "start": 1264065320,
            "stop": 1264067697
        },
        {
            "start": 1264067702,
            "stop": 1264067826
        },
        {
            "start": 1264067831,
            "stop": 1264067900
        },
        {
            "start": 1264067905,
            "stop": 1264068239
        },
        {
            "start": 1264068244,
            "stop": 1264068255
        },
        {
            "start": 1264068260,
            "stop": 1264069151
        },
        {
            "start": 1264069155,
            "stop": 1264071476
        },
        {
            "start": 1264071479,
            "stop": 1264071485
        },
        {
            "start": 1264071487,
            "stop": 1264073946
        },
        {
            "start": 1264073949,
            "stop": 1264074002
        },
        {
            "start": 1264074004,
            "stop": 1264076673
        },
        {
            "start": 1264076678,
            "stop": 1264077254
        },
        {
            "start": 1264077257,
            "stop": 1264077754
        }
    ]
}