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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3221",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3222,
    "results": [
        {
            "start": 871629389,
            "stop": 871631204
        },
        {
            "start": 871631385,
            "stop": 871639919
        },
        {
            "start": 871639933,
            "stop": 871641600
        },
        {
            "start": 871641720,
            "stop": 871651140
        },
        {
            "start": 871651200,
            "stop": 871651500
        },
        {
            "start": 871651620,
            "stop": 871653485
        },
        {
            "start": 871653785,
            "stop": 871653879
        },
        {
            "start": 871654249,
            "stop": 871654440
        },
        {
            "start": 871654620,
            "stop": 871654740
        },
        {
            "start": 871655100,
            "stop": 871655460
        },
        {
            "start": 871655520,
            "stop": 871655640
        },
        {
            "start": 871656900,
            "stop": 871657200
        },
        {
            "start": 871657260,
            "stop": 871657267
        },
        {
            "start": 871657270,
            "stop": 871657560
        },
        {
            "start": 871657620,
            "stop": 871658100
        },
        {
            "start": 871658160,
            "stop": 871658280
        },
        {
            "start": 871658290,
            "stop": 871658744
        },
        {
            "start": 871658925,
            "stop": 871663920
        },
        {
            "start": 871663980,
            "stop": 871663982
        },
        {
            "start": 871663988,
            "stop": 871667385
        }
    ]
}