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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6340",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6341,
    "results": [
        {
            "start": 873375323,
            "stop": 873375356
        },
        {
            "start": 873375357,
            "stop": 873375926
        },
        {
            "start": 873375928,
            "stop": 873376105
        },
        {
            "start": 873376106,
            "stop": 873376278
        },
        {
            "start": 873376280,
            "stop": 873376481
        },
        {
            "start": 873376482,
            "stop": 873377381
        },
        {
            "start": 873377382,
            "stop": 873377635
        },
        {
            "start": 873377636,
            "stop": 873377765
        },
        {
            "start": 873377767,
            "stop": 873378088
        },
        {
            "start": 873378089,
            "stop": 873378211
        },
        {
            "start": 873378212,
            "stop": 873378871
        },
        {
            "start": 873378872,
            "stop": 873379354
        },
        {
            "start": 873379355,
            "stop": 873379357
        },
        {
            "start": 873379359,
            "stop": 873379415
        },
        {
            "start": 873379416,
            "stop": 873379836
        },
        {
            "start": 873379838,
            "stop": 873380028
        },
        {
            "start": 873380029,
            "stop": 873380102
        },
        {
            "start": 873380103,
            "stop": 873380955
        },
        {
            "start": 873380956,
            "stop": 873381050
        },
        {
            "start": 873381051,
            "stop": 873381372
        }
    ]
}