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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=242",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 243,
    "results": [
        {
            "start": 851769411,
            "stop": 851778312
        },
        {
            "start": 851782100,
            "stop": 851783214
        },
        {
            "start": 851783218,
            "stop": 851783233
        },
        {
            "start": 851783237,
            "stop": 851783253
        },
        {
            "start": 851783267,
            "stop": 851783272
        },
        {
            "start": 851783281,
            "stop": 851783296
        },
        {
            "start": 851783300,
            "stop": 851783306
        },
        {
            "start": 851783319,
            "stop": 851783325
        },
        {
            "start": 851783344,
            "stop": 851783349
        },
        {
            "start": 851783363,
            "stop": 851783369
        },
        {
            "start": 851783377,
            "stop": 851783383
        },
        {
            "start": 851783427,
            "stop": 851783432
        },
        {
            "start": 851783436,
            "stop": 851783442
        },
        {
            "start": 851783471,
            "stop": 851783496
        },
        {
            "start": 851783500,
            "stop": 851783506
        },
        {
            "start": 851783509,
            "stop": 851783516
        },
        {
            "start": 851783519,
            "stop": 851783530
        },
        {
            "start": 851783534,
            "stop": 851783540
        },
        {
            "start": 851783559,
            "stop": 851783565
        },
        {
            "start": 851783568,
            "stop": 851783574
        }
    ]
}