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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8170",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8171,
    "results": [
        {
            "start": 971008147,
            "stop": 971008166
        },
        {
            "start": 971008169,
            "stop": 971008190
        },
        {
            "start": 971008193,
            "stop": 971008215
        },
        {
            "start": 971008218,
            "stop": 971008235
        },
        {
            "start": 971008238,
            "stop": 971008281
        },
        {
            "start": 971008284,
            "stop": 971008292
        },
        {
            "start": 971008295,
            "stop": 971008317
        },
        {
            "start": 971008320,
            "stop": 971008332
        },
        {
            "start": 971008335,
            "stop": 971008357
        },
        {
            "start": 971008360,
            "stop": 971008385
        },
        {
            "start": 971008388,
            "stop": 971008393
        },
        {
            "start": 971008396,
            "stop": 971008414
        },
        {
            "start": 971008417,
            "stop": 971008508
        },
        {
            "start": 971008511,
            "stop": 971008539
        },
        {
            "start": 971008544,
            "stop": 971008565
        },
        {
            "start": 971008568,
            "stop": 971008602
        },
        {
            "start": 971008605,
            "stop": 971008619
        },
        {
            "start": 971008622,
            "stop": 971008664
        },
        {
            "start": 971008668,
            "stop": 971008696
        },
        {
            "start": 971008699,
            "stop": 971008714
        }
    ]
}