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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=440",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=438",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 439,
    "results": [
        {
            "start": 871433950,
            "stop": 871440212
        },
        {
            "start": 871440233,
            "stop": 871441165
        },
        {
            "start": 871444085,
            "stop": 871506989
        },
        {
            "start": 871507011,
            "stop": 871513184
        },
        {
            "start": 871513228,
            "stop": 871522389
        },
        {
            "start": 871522689,
            "stop": 871590273
        },
        {
            "start": 871590383,
            "stop": 871591138
        },
        {
            "start": 871591438,
            "stop": 871597087
        },
        {
            "start": 871598665,
            "stop": 871615146
        },
        {
            "start": 871615164,
            "stop": 871619024
        },
        {
            "start": 871622312,
            "stop": 871653485
        },
        {
            "start": 871653785,
            "stop": 871653879
        },
        {
            "start": 871654249,
            "stop": 871657259
        },
        {
            "start": 871657278,
            "stop": 871658272
        },
        {
            "start": 871658298,
            "stop": 871663974
        },
        {
            "start": 871663996,
            "stop": 871671357
        },
        {
            "start": 871671401,
            "stop": 871671730
        },
        {
            "start": 871678668,
            "stop": 871679392
        },
        {
            "start": 871680868,
            "stop": 871681962
        },
        {
            "start": 871682156,
            "stop": 871685386
        }
    ]
}