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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=85",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 86,
    "results": [
        {
            "start": 1406023770,
            "stop": 1406034769
        },
        {
            "start": 1406034774,
            "stop": 1406039570
        },
        {
            "start": 1406053175,
            "stop": 1406063464
        },
        {
            "start": 1406063467,
            "stop": 1406065237
        },
        {
            "start": 1406065245,
            "stop": 1406070571
        },
        {
            "start": 1406070576,
            "stop": 1406101998
        },
        {
            "start": 1406102003,
            "stop": 1406112030
        },
        {
            "start": 1406117202,
            "stop": 1406128617
        },
        {
            "start": 1406128621,
            "stop": 1406140491
        },
        {
            "start": 1406142195,
            "stop": 1406145235
        },
        {
            "start": 1406145240,
            "stop": 1406147437
        },
        {
            "start": 1406147439,
            "stop": 1406147528
        },
        {
            "start": 1406147529,
            "stop": 1406147907
        },
        {
            "start": 1406147908,
            "stop": 1406147912
        },
        {
            "start": 1406164891,
            "stop": 1406164904
        },
        {
            "start": 1406167838,
            "stop": 1406169364
        },
        {
            "start": 1406169367,
            "stop": 1406178980
        },
        {
            "start": 1406178985,
            "stop": 1406179919
        },
        {
            "start": 1406179921,
            "stop": 1406189490
        },
        {
            "start": 1406189494,
            "stop": 1406192734
        }
    ]
}