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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=178",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 179,
    "results": [
        {
            "start": 843110435,
            "stop": 843132673
        },
        {
            "start": 843134294,
            "stop": 843167713
        },
        {
            "start": 843168869,
            "stop": 843174973
        },
        {
            "start": 843176580,
            "stop": 843188836
        },
        {
            "start": 843188837,
            "stop": 843223860
        },
        {
            "start": 843225754,
            "stop": 843251616
        },
        {
            "start": 843252682,
            "stop": 843254574
        },
        {
            "start": 843254575,
            "stop": 843254582
        },
        {
            "start": 843254583,
            "stop": 843257713
        },
        {
            "start": 843259139,
            "stop": 843272233
        },
        {
            "start": 843273634,
            "stop": 843311543
        },
        {
            "start": 843348887,
            "stop": 843421630
        },
        {
            "start": 843422617,
            "stop": 843427565
        },
        {
            "start": 843427570,
            "stop": 843427979
        },
        {
            "start": 843428953,
            "stop": 843429115
        },
        {
            "start": 843429118,
            "stop": 843429121
        },
        {
            "start": 843432478,
            "stop": 843435839
        },
        {
            "start": 843437168,
            "stop": 843443173
        },
        {
            "start": 843444234,
            "stop": 843445255
        },
        {
            "start": 843445946,
            "stop": 843460435
        }
    ]
}