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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=59",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 60,
    "results": [
        {
            "start": 1403484710,
            "stop": 1403485370
        },
        {
            "start": 1403485373,
            "stop": 1403487135
        },
        {
            "start": 1403494130,
            "stop": 1403504306
        },
        {
            "start": 1403504309,
            "stop": 1403506705
        },
        {
            "start": 1403506708,
            "stop": 1403523648
        },
        {
            "start": 1403523651,
            "stop": 1403532730
        },
        {
            "start": 1403532733,
            "stop": 1403533196
        },
        {
            "start": 1403533199,
            "stop": 1403535490
        },
        {
            "start": 1403550153,
            "stop": 1403550466
        },
        {
            "start": 1403550467,
            "stop": 1403552586
        },
        {
            "start": 1403552891,
            "stop": 1403553797
        },
        {
            "start": 1403553800,
            "stop": 1403561141
        },
        {
            "start": 1403561144,
            "stop": 1403562911
        },
        {
            "start": 1403562916,
            "stop": 1403563418
        },
        {
            "start": 1403563542,
            "stop": 1403580630
        },
        {
            "start": 1403580635,
            "stop": 1403588741
        },
        {
            "start": 1403606095,
            "stop": 1403615043
        },
        {
            "start": 1403615045,
            "stop": 1403618376
        },
        {
            "start": 1403623051,
            "stop": 1403624070
        },
        {
            "start": 1403624072,
            "stop": 1403634887
        }
    ]
}