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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=31",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 32,
    "results": [
        {
            "start": 1400868163,
            "stop": 1400887217
        },
        {
            "start": 1400887222,
            "stop": 1400892172
        },
        {
            "start": 1400892175,
            "stop": 1400892703
        },
        {
            "start": 1400892706,
            "stop": 1400898823
        },
        {
            "start": 1400898828,
            "stop": 1400899597
        },
        {
            "start": 1400899604,
            "stop": 1400903225
        },
        {
            "start": 1400903231,
            "stop": 1400908018
        },
        {
            "start": 1400908021,
            "stop": 1400910056
        },
        {
            "start": 1400910061,
            "stop": 1400921665
        },
        {
            "start": 1400921671,
            "stop": 1400924051
        },
        {
            "start": 1400930177,
            "stop": 1400933316
        },
        {
            "start": 1400933320,
            "stop": 1400936457
        },
        {
            "start": 1400941191,
            "stop": 1400941236
        },
        {
            "start": 1400983502,
            "stop": 1400989108
        },
        {
            "start": 1400989114,
            "stop": 1400991133
        },
        {
            "start": 1400998613,
            "stop": 1401001938
        },
        {
            "start": 1401001943,
            "stop": 1401004343
        },
        {
            "start": 1401007982,
            "stop": 1401008294
        },
        {
            "start": 1401008300,
            "stop": 1401008496
        },
        {
            "start": 1401008500,
            "stop": 1401009995
        }
    ]
}