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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=86",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 87,
    "results": [
        {
            "start": 1411033363,
            "stop": 1411034087
        },
        {
            "start": 1411038916,
            "stop": 1411043279
        },
        {
            "start": 1411043284,
            "stop": 1411046357
        },
        {
            "start": 1411046360,
            "stop": 1411053790
        },
        {
            "start": 1411058146,
            "stop": 1411058596
        },
        {
            "start": 1411058601,
            "stop": 1411069038
        },
        {
            "start": 1411069043,
            "stop": 1411073619
        },
        {
            "start": 1411080368,
            "stop": 1411082242
        },
        {
            "start": 1411082247,
            "stop": 1411082755
        },
        {
            "start": 1411082760,
            "stop": 1411085537
        },
        {
            "start": 1411089565,
            "stop": 1411094700
        },
        {
            "start": 1411094704,
            "stop": 1411096977
        },
        {
            "start": 1411101923,
            "stop": 1411102520
        },
        {
            "start": 1411102525,
            "stop": 1411107655
        },
        {
            "start": 1411107660,
            "stop": 1411112711
        },
        {
            "start": 1411112716,
            "stop": 1411114133
        },
        {
            "start": 1411114138,
            "stop": 1411114229
        },
        {
            "start": 1411114234,
            "stop": 1411118086
        },
        {
            "start": 1411118091,
            "stop": 1411123140
        },
        {
            "start": 1411123145,
            "stop": 1411124568
        }
    ]
}