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=99
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=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=98",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 99,
    "results": [
        {
            "start": 824896296,
            "stop": 824902085
        },
        {
            "start": 824903078,
            "stop": 824906473
        },
        {
            "start": 824910584,
            "stop": 824922009
        },
        {
            "start": 824922011,
            "stop": 824924137
        },
        {
            "start": 824925567,
            "stop": 824929476
        },
        {
            "start": 824929686,
            "stop": 824932220
        },
        {
            "start": 824932223,
            "stop": 824932802
        },
        {
            "start": 824933223,
            "stop": 824934053
        },
        {
            "start": 824934055,
            "stop": 824935590
        },
        {
            "start": 824935810,
            "stop": 824936524
        },
        {
            "start": 824949411,
            "stop": 824949458
        },
        {
            "start": 824949460,
            "stop": 824950110
        },
        {
            "start": 824950355,
            "stop": 824950580
        },
        {
            "start": 824950582,
            "stop": 824950583
        },
        {
            "start": 824950953,
            "stop": 824951391
        },
        {
            "start": 824952114,
            "stop": 824956604
        },
        {
            "start": 824956834,
            "stop": 824957650
        },
        {
            "start": 824957652,
            "stop": 824958368
        },
        {
            "start": 824958494,
            "stop": 824958799
        },
        {
            "start": 824958801,
            "stop": 824958802
        }
    ]
}