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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16689",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16687",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16688,
    "results": [
        {
            "start": 874922485,
            "stop": 874922498
        },
        {
            "start": 874922499,
            "stop": 874922521
        },
        {
            "start": 874922523,
            "stop": 874922625
        },
        {
            "start": 874922627,
            "stop": 874922681
        },
        {
            "start": 874922683,
            "stop": 874922762
        },
        {
            "start": 874922764,
            "stop": 874922827
        },
        {
            "start": 874922828,
            "stop": 874923040
        },
        {
            "start": 874923041,
            "stop": 874923077
        },
        {
            "start": 874923078,
            "stop": 874923097
        },
        {
            "start": 874923099,
            "stop": 874923114
        },
        {
            "start": 874923116,
            "stop": 874923259
        },
        {
            "start": 874923260,
            "stop": 874923272
        },
        {
            "start": 874923273,
            "stop": 874923483
        },
        {
            "start": 874923485,
            "stop": 874923536
        },
        {
            "start": 874923537,
            "stop": 874923560
        },
        {
            "start": 874923562,
            "stop": 874923667
        },
        {
            "start": 874923669,
            "stop": 874923693
        },
        {
            "start": 874923694,
            "stop": 874923706
        },
        {
            "start": 874923708,
            "stop": 874923750
        },
        {
            "start": 874923752,
            "stop": 874923763
        }
    ]
}