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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=641",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=639",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 640,
    "results": [
        {
            "start": 1247639883,
            "stop": 1247640972
        },
        {
            "start": 1247640975,
            "stop": 1247649440
        },
        {
            "start": 1247651086,
            "stop": 1247655311
        },
        {
            "start": 1247655315,
            "stop": 1247657636
        },
        {
            "start": 1247657640,
            "stop": 1247660827
        },
        {
            "start": 1247660830,
            "stop": 1247669605
        },
        {
            "start": 1247669606,
            "stop": 1247669608
        },
        {
            "start": 1247669609,
            "stop": 1247669666
        },
        {
            "start": 1247669667,
            "stop": 1247671962
        },
        {
            "start": 1247671966,
            "stop": 1247672725
        },
        {
            "start": 1247672729,
            "stop": 1247673495
        },
        {
            "start": 1247673498,
            "stop": 1247673557
        },
        {
            "start": 1247673561,
            "stop": 1247675462
        },
        {
            "start": 1247675466,
            "stop": 1247678827
        },
        {
            "start": 1247678831,
            "stop": 1247680054
        },
        {
            "start": 1247680058,
            "stop": 1247680643
        },
        {
            "start": 1247680646,
            "stop": 1247681040
        },
        {
            "start": 1247681043,
            "stop": 1247682795
        },
        {
            "start": 1247682803,
            "stop": 1247685925
        },
        {
            "start": 1247685927,
            "stop": 1247688304
        }
    ]
}