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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=109",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 110,
    "results": [
        {
            "start": 825520947,
            "stop": 825522599
        },
        {
            "start": 825522668,
            "stop": 825532573
        },
        {
            "start": 825532575,
            "stop": 825534052
        },
        {
            "start": 825534150,
            "stop": 825536228
        },
        {
            "start": 825537372,
            "stop": 825540482
        },
        {
            "start": 825540483,
            "stop": 825541188
        },
        {
            "start": 825541573,
            "stop": 825541916
        },
        {
            "start": 825544105,
            "stop": 825544201
        },
        {
            "start": 825545254,
            "stop": 825550035
        },
        {
            "start": 825550728,
            "stop": 825566619
        },
        {
            "start": 825566621,
            "stop": 825566716
        },
        {
            "start": 825566718,
            "stop": 825566929
        },
        {
            "start": 825566931,
            "stop": 825567119
        },
        {
            "start": 825567347,
            "stop": 825567383
        },
        {
            "start": 825567472,
            "stop": 825572192
        },
        {
            "start": 825572194,
            "stop": 825575215
        },
        {
            "start": 825575218,
            "stop": 825575454
        },
        {
            "start": 825575455,
            "stop": 825576603
        },
        {
            "start": 825576605,
            "stop": 825585722
        },
        {
            "start": 825589256,
            "stop": 825589885
        }
    ]
}