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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=264",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 265,
    "results": [
        {
            "start": 864415759,
            "stop": 864416192
        },
        {
            "start": 864417729,
            "stop": 864434066
        },
        {
            "start": 864434964,
            "stop": 864436574
        },
        {
            "start": 864438166,
            "stop": 864464122
        },
        {
            "start": 864464944,
            "stop": 864486214
        },
        {
            "start": 864524546,
            "stop": 864585197
        },
        {
            "start": 864586766,
            "stop": 864592254
        },
        {
            "start": 864594216,
            "stop": 864594217
        },
        {
            "start": 864594933,
            "stop": 864604531
        },
        {
            "start": 864606396,
            "stop": 864606904
        },
        {
            "start": 864609162,
            "stop": 864612135
        },
        {
            "start": 864612912,
            "stop": 864628181
        },
        {
            "start": 864628645,
            "stop": 864660314
        },
        {
            "start": 864660954,
            "stop": 864673427
        },
        {
            "start": 864674589,
            "stop": 864678523
        },
        {
            "start": 864679149,
            "stop": 864709368
        },
        {
            "start": 864709371,
            "stop": 864751147
        },
        {
            "start": 864755555,
            "stop": 864761238
        },
        {
            "start": 864763235,
            "stop": 864766985
        },
        {
            "start": 864767650,
            "stop": 864767653
        }
    ]
}