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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=655",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=653",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 654,
    "results": [
        {
            "start": 1247992704,
            "stop": 1247993588
        },
        {
            "start": 1247993592,
            "stop": 1247994660
        },
        {
            "start": 1247994664,
            "stop": 1247995034
        },
        {
            "start": 1247995037,
            "stop": 1247998349
        },
        {
            "start": 1247998352,
            "stop": 1247999476
        },
        {
            "start": 1247999480,
            "stop": 1248005159
        },
        {
            "start": 1248005162,
            "stop": 1248008586
        },
        {
            "start": 1248008590,
            "stop": 1248011888
        },
        {
            "start": 1248011892,
            "stop": 1248013499
        },
        {
            "start": 1248013504,
            "stop": 1248014444
        },
        {
            "start": 1248014449,
            "stop": 1248015398
        },
        {
            "start": 1248015402,
            "stop": 1248016881
        },
        {
            "start": 1248016885,
            "stop": 1248017167
        },
        {
            "start": 1248019410,
            "stop": 1248019731
        },
        {
            "start": 1248019739,
            "stop": 1248021921
        },
        {
            "start": 1248021925,
            "stop": 1248022634
        },
        {
            "start": 1248022641,
            "stop": 1248022794
        },
        {
            "start": 1248022799,
            "stop": 1248026242
        },
        {
            "start": 1248026247,
            "stop": 1248027241
        },
        {
            "start": 1248027245,
            "stop": 1248028049
        }
    ]
}