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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=178",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 179,
    "results": [
        {
            "start": 819911220,
            "stop": 819911292
        },
        {
            "start": 819911295,
            "stop": 819911340
        },
        {
            "start": 819911460,
            "stop": 819911896
        },
        {
            "start": 819911916,
            "stop": 819912420
        },
        {
            "start": 819912480,
            "stop": 819912900
        },
        {
            "start": 819913020,
            "stop": 819913140
        },
        {
            "start": 819913200,
            "stop": 819913463
        },
        {
            "start": 819913480,
            "stop": 819913500
        },
        {
            "start": 819913620,
            "stop": 819913621
        },
        {
            "start": 819913759,
            "stop": 819914434
        },
        {
            "start": 819914437,
            "stop": 819914465
        },
        {
            "start": 819914817,
            "stop": 819914940
        },
        {
            "start": 819915000,
            "stop": 819915060
        },
        {
            "start": 819915180,
            "stop": 819915240
        },
        {
            "start": 819915420,
            "stop": 819915540
        },
        {
            "start": 819915600,
            "stop": 819915720
        },
        {
            "start": 819915780,
            "stop": 819916020
        },
        {
            "start": 819916140,
            "stop": 819916213
        },
        {
            "start": 819916431,
            "stop": 819917174
        },
        {
            "start": 819917294,
            "stop": 819917400
        }
    ]
}