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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=636",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=634",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 635,
    "results": [
        {
            "start": 1265730963,
            "stop": 1265731014
        },
        {
            "start": 1265731019,
            "stop": 1265731112
        },
        {
            "start": 1265731117,
            "stop": 1265731143
        },
        {
            "start": 1265731148,
            "stop": 1265731159
        },
        {
            "start": 1265731164,
            "stop": 1265731190
        },
        {
            "start": 1265731199,
            "stop": 1265731293
        },
        {
            "start": 1265731294,
            "stop": 1265731303
        },
        {
            "start": 1265731304,
            "stop": 1265731319
        },
        {
            "start": 1265731324,
            "stop": 1265731392
        },
        {
            "start": 1265731397,
            "stop": 1265731492
        },
        {
            "start": 1265731497,
            "stop": 1265731581
        },
        {
            "start": 1265731586,
            "stop": 1265731611
        },
        {
            "start": 1265731612,
            "stop": 1265731735
        },
        {
            "start": 1265731740,
            "stop": 1265732100
        },
        {
            "start": 1265732105,
            "stop": 1265732195
        },
        {
            "start": 1265732200,
            "stop": 1265732594
        },
        {
            "start": 1265732595,
            "stop": 1265732615
        },
        {
            "start": 1265732618,
            "stop": 1265732628
        },
        {
            "start": 1265732629,
            "stop": 1265732640
        },
        {
            "start": 1265732642,
            "stop": 1265732758
        }
    ]
}