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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=176",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 177,
    "results": [
        {
            "start": 1383931621,
            "stop": 1383931677
        },
        {
            "start": 1383931682,
            "stop": 1383932111
        },
        {
            "start": 1383932116,
            "stop": 1383932726
        },
        {
            "start": 1383932730,
            "stop": 1383935939
        },
        {
            "start": 1383935944,
            "stop": 1383936693
        },
        {
            "start": 1383936702,
            "stop": 1383936792
        },
        {
            "start": 1383936797,
            "stop": 1383938046
        },
        {
            "start": 1383938051,
            "stop": 1383940017
        },
        {
            "start": 1383940022,
            "stop": 1383941106
        },
        {
            "start": 1383941111,
            "stop": 1383941387
        },
        {
            "start": 1383941392,
            "stop": 1383942385
        },
        {
            "start": 1383942390,
            "stop": 1383943063
        },
        {
            "start": 1383943068,
            "stop": 1383943109
        },
        {
            "start": 1383943114,
            "stop": 1383944648
        },
        {
            "start": 1383944653,
            "stop": 1383944997
        },
        {
            "start": 1383945581,
            "stop": 1383945795
        },
        {
            "start": 1383945800,
            "stop": 1383946044
        },
        {
            "start": 1383946049,
            "stop": 1383946052
        },
        {
            "start": 1383946057,
            "stop": 1383950628
        },
        {
            "start": 1383950633,
            "stop": 1383954899
        }
    ]
}