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_CAT2/segments?format=api&page=1949
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=1950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1948",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1949,
    "results": [
        {
            "start": 852277129,
            "stop": 852304339
        },
        {
            "start": 852304341,
            "stop": 852312974
        },
        {
            "start": 852313326,
            "stop": 852313487
        },
        {
            "start": 852313787,
            "stop": 852314250
        },
        {
            "start": 852314360,
            "stop": 852314363
        },
        {
            "start": 852314663,
            "stop": 852314810
        },
        {
            "start": 852315254,
            "stop": 852316550
        },
        {
            "start": 852316555,
            "stop": 852316582
        },
        {
            "start": 852316588,
            "stop": 852316600
        },
        {
            "start": 852316605,
            "stop": 852316608
        },
        {
            "start": 852316612,
            "stop": 852316686
        },
        {
            "start": 852316689,
            "stop": 852316800
        },
        {
            "start": 852316805,
            "stop": 852316820
        },
        {
            "start": 852316825,
            "stop": 852317193
        },
        {
            "start": 852317196,
            "stop": 852317200
        },
        {
            "start": 852317203,
            "stop": 852319647
        },
        {
            "start": 852319656,
            "stop": 852320340
        },
        {
            "start": 852320345,
            "stop": 852320362
        },
        {
            "start": 852320368,
            "stop": 852320370
        },
        {
            "start": 852320375,
            "stop": 852320587
        }
    ]
}