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=3292
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=3293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3291",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3292,
    "results": [
        {
            "start": 874460100,
            "stop": 874460460
        },
        {
            "start": 874460520,
            "stop": 874462980
        },
        {
            "start": 874463040,
            "stop": 874464191
        },
        {
            "start": 874464194,
            "stop": 874468530
        },
        {
            "start": 874468620,
            "stop": 874478542
        },
        {
            "start": 874479060,
            "stop": 874501217
        },
        {
            "start": 874502788,
            "stop": 874504800
        },
        {
            "start": 874504860,
            "stop": 874505024
        },
        {
            "start": 874505205,
            "stop": 874505384
        },
        {
            "start": 874505925,
            "stop": 874509300
        },
        {
            "start": 874509360,
            "stop": 874509747
        },
        {
            "start": 874509750,
            "stop": 874509840
        },
        {
            "start": 874509843,
            "stop": 874510200
        },
        {
            "start": 874510263,
            "stop": 874510269
        },
        {
            "start": 874510273,
            "stop": 874510323
        },
        {
            "start": 874510326,
            "stop": 874511160
        },
        {
            "start": 874511280,
            "stop": 874511640
        },
        {
            "start": 874511700,
            "stop": 874513800
        },
        {
            "start": 874515038,
            "stop": 874515180
        },
        {
            "start": 874515240,
            "stop": 874515385
        }
    ]
}