Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=181",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 182,
    "results": [
        {
            "start": 831778097,
            "stop": 831780228
        },
        {
            "start": 831780230,
            "stop": 831780281
        },
        {
            "start": 831780283,
            "stop": 831783619
        },
        {
            "start": 831783620,
            "stop": 831788186
        },
        {
            "start": 831788188,
            "stop": 831791071
        },
        {
            "start": 831791206,
            "stop": 831791435
        },
        {
            "start": 831793236,
            "stop": 831797484
        },
        {
            "start": 831798204,
            "stop": 831798543
        },
        {
            "start": 831799247,
            "stop": 831806746
        },
        {
            "start": 831807548,
            "stop": 831810267
        },
        {
            "start": 831810269,
            "stop": 831810282
        },
        {
            "start": 831810285,
            "stop": 831810523
        },
        {
            "start": 831811184,
            "stop": 831812037
        },
        {
            "start": 831825403,
            "stop": 831825594
        },
        {
            "start": 831851345,
            "stop": 831851417
        },
        {
            "start": 831854953,
            "stop": 831856737
        },
        {
            "start": 831856738,
            "stop": 831856745
        },
        {
            "start": 831856748,
            "stop": 831856753
        },
        {
            "start": 831856756,
            "stop": 831856796
        },
        {
            "start": 831856798,
            "stop": 831856918
        }
    ]
}