Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2180
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2179",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2180,
    "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
        }
    ]
}