Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=51",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 52,
    "results": [
        {
            "start": 1238646395,
            "stop": 1238646685
        },
        {
            "start": 1238646688,
            "stop": 1238647372
        },
        {
            "start": 1238647375,
            "stop": 1238647562
        },
        {
            "start": 1238647565,
            "stop": 1238647994
        },
        {
            "start": 1238647997,
            "stop": 1238650198
        },
        {
            "start": 1238650201,
            "stop": 1238652989
        },
        {
            "start": 1238652992,
            "stop": 1238653686
        },
        {
            "start": 1238653689,
            "stop": 1238655000
        },
        {
            "start": 1238655003,
            "stop": 1238655109
        },
        {
            "start": 1238655112,
            "stop": 1238658012
        },
        {
            "start": 1238658014,
            "stop": 1238658299
        },
        {
            "start": 1238658302,
            "stop": 1238660130
        },
        {
            "start": 1238660138,
            "stop": 1238660794
        },
        {
            "start": 1238660797,
            "stop": 1238661504
        },
        {
            "start": 1238661507,
            "stop": 1238662108
        },
        {
            "start": 1238662110,
            "stop": 1238663023
        },
        {
            "start": 1238663025,
            "stop": 1238667525
        },
        {
            "start": 1238667528,
            "stop": 1238667902
        },
        {
            "start": 1238667910,
            "stop": 1238668807
        },
        {
            "start": 1238668810,
            "stop": 1238669430
        }
    ]
}