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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=83",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 84,
    "results": [
        {
            "start": 931271893,
            "stop": 931271916
        },
        {
            "start": 931271920,
            "stop": 931271944
        },
        {
            "start": 931271945,
            "stop": 931271959
        },
        {
            "start": 931271961,
            "stop": 931271968
        },
        {
            "start": 931271970,
            "stop": 931271974
        },
        {
            "start": 931271976,
            "stop": 931271985
        },
        {
            "start": 931271987,
            "stop": 931271988
        },
        {
            "start": 931271990,
            "stop": 931272012
        },
        {
            "start": 931272014,
            "stop": 931272017
        },
        {
            "start": 931272019,
            "stop": 931272076
        },
        {
            "start": 931272077,
            "stop": 931272081
        },
        {
            "start": 931272082,
            "stop": 931272096
        },
        {
            "start": 931272097,
            "stop": 931272103
        },
        {
            "start": 931272105,
            "stop": 931272109
        },
        {
            "start": 931272111,
            "stop": 931272112
        },
        {
            "start": 931272113,
            "stop": 931272114
        },
        {
            "start": 931272116,
            "stop": 931272184
        },
        {
            "start": 931272187,
            "stop": 931272195
        },
        {
            "start": 931272197,
            "stop": 931272224
        },
        {
            "start": 931272226,
            "stop": 931272253
        }
    ]
}