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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=18",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 19,
    "results": [
        {
            "start": 1404814643,
            "stop": 1404833550
        },
        {
            "start": 1404835280,
            "stop": 1404837898
        },
        {
            "start": 1408567368,
            "stop": 1408569250
        },
        {
            "start": 1408575713,
            "stop": 1408605536
        },
        {
            "start": 1408616241,
            "stop": 1408616516
        },
        {
            "start": 1408620443,
            "stop": 1408644129
        },
        {
            "start": 1408649920,
            "stop": 1408664502
        },
        {
            "start": 1408677857,
            "stop": 1408696887
        },
        {
            "start": 1408696893,
            "stop": 1408697040
        },
        {
            "start": 1408741166,
            "stop": 1408744752
        },
        {
            "start": 1408750298,
            "stop": 1408768047
        },
        {
            "start": 1408769720,
            "stop": 1408790453
        },
        {
            "start": 1408796127,
            "stop": 1408803749
        },
        {
            "start": 1408836944,
            "stop": 1408837558
        },
        {
            "start": 1408837720,
            "stop": 1408838336
        },
        {
            "start": 1408838359,
            "stop": 1408838410
        },
        {
            "start": 1408862795,
            "stop": 1408896020
        },
        {
            "start": 1408910054,
            "stop": 1408918968
        },
        {
            "start": 1408924902,
            "stop": 1408980645
        },
        {
            "start": 1408993455,
            "stop": 1408995254
        }
    ]
}