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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=186",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 187,
    "results": [
        {
            "start": 1374478444,
            "stop": 1374480872
        },
        {
            "start": 1374480873,
            "stop": 1374482980
        },
        {
            "start": 1374482982,
            "stop": 1374485220
        },
        {
            "start": 1374485221,
            "stop": 1374486999
        },
        {
            "start": 1374487004,
            "stop": 1374487144
        },
        {
            "start": 1374487146,
            "stop": 1374487715
        },
        {
            "start": 1374487718,
            "stop": 1374490389
        },
        {
            "start": 1374530218,
            "stop": 1374530863
        },
        {
            "start": 1374530865,
            "stop": 1374532162
        },
        {
            "start": 1374532452,
            "stop": 1374533435
        },
        {
            "start": 1374533437,
            "stop": 1374535559
        },
        {
            "start": 1374535561,
            "stop": 1374536554
        },
        {
            "start": 1374536555,
            "stop": 1374537501
        },
        {
            "start": 1374537503,
            "stop": 1374538557
        },
        {
            "start": 1374538561,
            "stop": 1374538705
        },
        {
            "start": 1374538706,
            "stop": 1374539245
        },
        {
            "start": 1374539246,
            "stop": 1374541946
        },
        {
            "start": 1374541948,
            "stop": 1374543997
        },
        {
            "start": 1374543999,
            "stop": 1374545671
        },
        {
            "start": 1374545672,
            "stop": 1374550050
        }
    ]
}