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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=369",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 370,
    "results": [
        {
            "start": 1240768324,
            "stop": 1240768694
        },
        {
            "start": 1240768697,
            "stop": 1240768728
        },
        {
            "start": 1240768729,
            "stop": 1240768841
        },
        {
            "start": 1240768842,
            "stop": 1240768897
        },
        {
            "start": 1240768898,
            "stop": 1240768998
        },
        {
            "start": 1240769001,
            "stop": 1240769002
        },
        {
            "start": 1240769003,
            "stop": 1240769013
        },
        {
            "start": 1240769019,
            "stop": 1240769032
        },
        {
            "start": 1240769035,
            "stop": 1240769089
        },
        {
            "start": 1240769090,
            "stop": 1240769093
        },
        {
            "start": 1240769094,
            "stop": 1240769114
        },
        {
            "start": 1240769121,
            "stop": 1240769183
        },
        {
            "start": 1240769185,
            "stop": 1240769221
        },
        {
            "start": 1240769222,
            "stop": 1240769223
        },
        {
            "start": 1240769224,
            "stop": 1240769344
        },
        {
            "start": 1240769345,
            "stop": 1240769428
        },
        {
            "start": 1240769430,
            "stop": 1240769431
        },
        {
            "start": 1240769432,
            "stop": 1240769468
        },
        {
            "start": 1240769470,
            "stop": 1240769535
        },
        {
            "start": 1240769536,
            "stop": 1240769539
        }
    ]
}