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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=90",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 91,
    "results": [
        {
            "start": 1375844954,
            "stop": 1375847831
        },
        {
            "start": 1375847836,
            "stop": 1375851042
        },
        {
            "start": 1375851047,
            "stop": 1375854529
        },
        {
            "start": 1375854534,
            "stop": 1375856932
        },
        {
            "start": 1375861996,
            "stop": 1375868751
        },
        {
            "start": 1375868756,
            "stop": 1375872558
        },
        {
            "start": 1375872563,
            "stop": 1375876193
        },
        {
            "start": 1375876198,
            "stop": 1375879428
        },
        {
            "start": 1375879433,
            "stop": 1375884054
        },
        {
            "start": 1375884057,
            "stop": 1375884359
        },
        {
            "start": 1375884364,
            "stop": 1375884758
        },
        {
            "start": 1375884763,
            "stop": 1375893334
        },
        {
            "start": 1375893375,
            "stop": 1375893937
        },
        {
            "start": 1375893942,
            "stop": 1375897024
        },
        {
            "start": 1375897039,
            "stop": 1375898115
        },
        {
            "start": 1375898120,
            "stop": 1375898351
        },
        {
            "start": 1375898361,
            "stop": 1375903594
        },
        {
            "start": 1375903599,
            "stop": 1375908229
        },
        {
            "start": 1375908241,
            "stop": 1375908247
        },
        {
            "start": 1375908252,
            "stop": 1375909096
        }
    ]
}