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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=162",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 163,
    "results": [
        {
            "start": 820000431,
            "stop": 820000494
        },
        {
            "start": 820000497,
            "stop": 820001007
        },
        {
            "start": 820001010,
            "stop": 820001245
        },
        {
            "start": 820001248,
            "stop": 820001387
        },
        {
            "start": 820001390,
            "stop": 820001625
        },
        {
            "start": 820001628,
            "stop": 820001646
        },
        {
            "start": 820001649,
            "stop": 820002120
        },
        {
            "start": 820002123,
            "stop": 820002242
        },
        {
            "start": 820002245,
            "stop": 820002433
        },
        {
            "start": 820002437,
            "stop": 820002565
        },
        {
            "start": 820026974,
            "stop": 820027343
        },
        {
            "start": 820027346,
            "stop": 820027902
        },
        {
            "start": 820027905,
            "stop": 820029116
        },
        {
            "start": 820029119,
            "stop": 820029492
        },
        {
            "start": 820029496,
            "stop": 820029784
        },
        {
            "start": 820029787,
            "stop": 820030641
        },
        {
            "start": 820030644,
            "stop": 820031606
        },
        {
            "start": 820031609,
            "stop": 820031612
        },
        {
            "start": 820031616,
            "stop": 820031860
        },
        {
            "start": 820031863,
            "stop": 820031891
        }
    ]
}