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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=217",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 218,
    "results": [
        {
            "start": 1388982979,
            "stop": 1388983552
        },
        {
            "start": 1388983557,
            "stop": 1388985319
        },
        {
            "start": 1388985324,
            "stop": 1388993902
        },
        {
            "start": 1388993907,
            "stop": 1388996637
        },
        {
            "start": 1388996642,
            "stop": 1388997562
        },
        {
            "start": 1388997567,
            "stop": 1389004667
        },
        {
            "start": 1389004672,
            "stop": 1389019565
        },
        {
            "start": 1389019570,
            "stop": 1389023814
        },
        {
            "start": 1389023819,
            "stop": 1389024448
        },
        {
            "start": 1389024453,
            "stop": 1389024660
        },
        {
            "start": 1389024665,
            "stop": 1389028983
        },
        {
            "start": 1389028988,
            "stop": 1389028992
        },
        {
            "start": 1389028997,
            "stop": 1389033175
        },
        {
            "start": 1389033180,
            "stop": 1389034424
        },
        {
            "start": 1389034429,
            "stop": 1389041493
        },
        {
            "start": 1389041498,
            "stop": 1389043112
        },
        {
            "start": 1389043117,
            "stop": 1389043243
        },
        {
            "start": 1389043248,
            "stop": 1389043951
        },
        {
            "start": 1389043956,
            "stop": 1389044797
        },
        {
            "start": 1389044802,
            "stop": 1389044809
        }
    ]
}