Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=2",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 3,
    "results": [
        {
            "start": 1164822382,
            "stop": 1164826057
        },
        {
            "start": 1164826061,
            "stop": 1164828397
        },
        {
            "start": 1164828401,
            "stop": 1164853576
        },
        {
            "start": 1164853675,
            "stop": 1164870058
        },
        {
            "start": 1164870062,
            "stop": 1164895923
        },
        {
            "start": 1164895928,
            "stop": 1164895929
        },
        {
            "start": 1164895933,
            "stop": 1164895957
        },
        {
            "start": 1164895962,
            "stop": 1164895963
        },
        {
            "start": 1164895968,
            "stop": 1164908665
        },
        {
            "start": 1164908670,
            "stop": 1164908671
        },
        {
            "start": 1164908675,
            "stop": 1164908720
        },
        {
            "start": 1164908725,
            "stop": 1164908726
        },
        {
            "start": 1164908731,
            "stop": 1164930291
        },
        {
            "start": 1164930295,
            "stop": 1164935563
        },
        {
            "start": 1164935567,
            "stop": 1164939292
        },
        {
            "start": 1164939296,
            "stop": 1164941100
        },
        {
            "start": 1164941104,
            "stop": 1164954629
        },
        {
            "start": 1164961121,
            "stop": 1164961951
        },
        {
            "start": 1164962290,
            "stop": 1164972052
        },
        {
            "start": 1164972056,
            "stop": 1164977622
        }
    ]
}