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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=198",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 199,
    "results": [
        {
            "start": 1386498365,
            "stop": 1386498539
        },
        {
            "start": 1386498544,
            "stop": 1386502555
        },
        {
            "start": 1386502560,
            "stop": 1386508540
        },
        {
            "start": 1386552422,
            "stop": 1386559015
        },
        {
            "start": 1386559020,
            "stop": 1386559651
        },
        {
            "start": 1386559656,
            "stop": 1386559972
        },
        {
            "start": 1386563258,
            "stop": 1386567520
        },
        {
            "start": 1386567525,
            "stop": 1386568142
        },
        {
            "start": 1386573515,
            "stop": 1386575260
        },
        {
            "start": 1386575265,
            "stop": 1386576169
        },
        {
            "start": 1386576174,
            "stop": 1386578458
        },
        {
            "start": 1386578463,
            "stop": 1386578477
        },
        {
            "start": 1386581625,
            "stop": 1386581870
        },
        {
            "start": 1386581875,
            "stop": 1386586219
        },
        {
            "start": 1386586224,
            "stop": 1386596056
        },
        {
            "start": 1386596061,
            "stop": 1386606105
        },
        {
            "start": 1386606110,
            "stop": 1386611649
        },
        {
            "start": 1386611654,
            "stop": 1386611816
        },
        {
            "start": 1386611821,
            "stop": 1386615064
        },
        {
            "start": 1386615067,
            "stop": 1386619741
        }
    ]
}