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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=27",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 28,
    "results": [
        {
            "start": 818969936,
            "stop": 818971076
        },
        {
            "start": 818971385,
            "stop": 819002197
        },
        {
            "start": 819002199,
            "stop": 819028020
        },
        {
            "start": 819029601,
            "stop": 819030073
        },
        {
            "start": 819030086,
            "stop": 819030087
        },
        {
            "start": 819033769,
            "stop": 819035372
        },
        {
            "start": 819035482,
            "stop": 819036727
        },
        {
            "start": 819036728,
            "stop": 819036955
        },
        {
            "start": 819037255,
            "stop": 819037412
        },
        {
            "start": 819037732,
            "stop": 819037741
        },
        {
            "start": 819038049,
            "stop": 819042913
        },
        {
            "start": 819042919,
            "stop": 819042920
        },
        {
            "start": 819047054,
            "stop": 819048833
        },
        {
            "start": 819049472,
            "stop": 819049993
        },
        {
            "start": 819052128,
            "stop": 819055213
        },
        {
            "start": 819055400,
            "stop": 819057649
        },
        {
            "start": 819059272,
            "stop": 819060192
        },
        {
            "start": 819061326,
            "stop": 819061873
        },
        {
            "start": 819061926,
            "stop": 819061927
        },
        {
            "start": 819062005,
            "stop": 819062773
        }
    ]
}