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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=53",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 54,
    "results": [
        {
            "start": 931244439,
            "stop": 931244447
        },
        {
            "start": 931244450,
            "stop": 931244459
        },
        {
            "start": 931244461,
            "stop": 931244462
        },
        {
            "start": 931244465,
            "stop": 931244475
        },
        {
            "start": 931244476,
            "stop": 931244484
        },
        {
            "start": 931244485,
            "stop": 931244507
        },
        {
            "start": 931244508,
            "stop": 931244521
        },
        {
            "start": 931244522,
            "stop": 931244613
        },
        {
            "start": 931244615,
            "stop": 931244648
        },
        {
            "start": 931244651,
            "stop": 931244722
        },
        {
            "start": 931244723,
            "stop": 931244732
        },
        {
            "start": 931244734,
            "stop": 931244762
        },
        {
            "start": 931244764,
            "stop": 931244776
        },
        {
            "start": 931244777,
            "stop": 931244784
        },
        {
            "start": 931244786,
            "stop": 931244803
        },
        {
            "start": 931244805,
            "stop": 931244848
        },
        {
            "start": 931244850,
            "stop": 931244877
        },
        {
            "start": 931244878,
            "stop": 931244910
        },
        {
            "start": 931244911,
            "stop": 931244926
        },
        {
            "start": 931244928,
            "stop": 931244962
        }
    ]
}