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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=544",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=542",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 543,
    "results": [
        {
            "start": 871080684,
            "stop": 871080785
        },
        {
            "start": 871080793,
            "stop": 871080807
        },
        {
            "start": 871080813,
            "stop": 871080850
        },
        {
            "start": 871080855,
            "stop": 871081032
        },
        {
            "start": 871081038,
            "stop": 871081877
        },
        {
            "start": 871081883,
            "stop": 871086267
        },
        {
            "start": 871086273,
            "stop": 871088357
        },
        {
            "start": 871088363,
            "stop": 871088365
        },
        {
            "start": 871088370,
            "stop": 871091650
        },
        {
            "start": 871091655,
            "stop": 871099517
        },
        {
            "start": 871099523,
            "stop": 871099847
        },
        {
            "start": 871099853,
            "stop": 871099882
        },
        {
            "start": 871099888,
            "stop": 871100315
        },
        {
            "start": 871100325,
            "stop": 871105384
        },
        {
            "start": 871106811,
            "stop": 871110356
        },
        {
            "start": 871110357,
            "stop": 871139050
        },
        {
            "start": 871155840,
            "stop": 871156551
        },
        {
            "start": 871156553,
            "stop": 871158628
        },
        {
            "start": 871158631,
            "stop": 871165895
        },
        {
            "start": 871166086,
            "stop": 871166095
        }
    ]
}