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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=163",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 164,
    "results": [
        {
            "start": 1420047043,
            "stop": 1420050036
        },
        {
            "start": 1420050040,
            "stop": 1420050412
        },
        {
            "start": 1420050417,
            "stop": 1420054794
        },
        {
            "start": 1420056496,
            "stop": 1420058820
        },
        {
            "start": 1420058823,
            "stop": 1420058997
        },
        {
            "start": 1420058999,
            "stop": 1420062212
        },
        {
            "start": 1420062215,
            "stop": 1420068406
        },
        {
            "start": 1420068411,
            "stop": 1420076681
        },
        {
            "start": 1420076686,
            "stop": 1420079303
        },
        {
            "start": 1420079308,
            "stop": 1420102385
        },
        {
            "start": 1420102390,
            "stop": 1420108724
        },
        {
            "start": 1420108725,
            "stop": 1420108922
        },
        {
            "start": 1420109852,
            "stop": 1420117082
        },
        {
            "start": 1420117084,
            "stop": 1420132990
        },
        {
            "start": 1420159111,
            "stop": 1420160378
        },
        {
            "start": 1420160383,
            "stop": 1420161175
        },
        {
            "start": 1420161180,
            "stop": 1420161192
        },
        {
            "start": 1420170677,
            "stop": 1420171603
        },
        {
            "start": 1420322358,
            "stop": 1420322638
        },
        {
            "start": 1420322686,
            "stop": 1420332863
        }
    ]
}