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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=119",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 120,
    "results": [
        {
            "start": 826304492,
            "stop": 826311141
        },
        {
            "start": 826312266,
            "stop": 826314529
        },
        {
            "start": 826320233,
            "stop": 826322213
        },
        {
            "start": 826324879,
            "stop": 826331635
        },
        {
            "start": 826331637,
            "stop": 826342172
        },
        {
            "start": 826343124,
            "stop": 826356059
        },
        {
            "start": 826356063,
            "stop": 826356086
        },
        {
            "start": 826369207,
            "stop": 826369227
        },
        {
            "start": 826369228,
            "stop": 826369232
        },
        {
            "start": 826369234,
            "stop": 826369325
        },
        {
            "start": 826369330,
            "stop": 826369958
        },
        {
            "start": 826369959,
            "stop": 826370380
        },
        {
            "start": 826370385,
            "stop": 826370710
        },
        {
            "start": 826370713,
            "stop": 826370807
        },
        {
            "start": 826370894,
            "stop": 826371362
        },
        {
            "start": 826371364,
            "stop": 826371540
        },
        {
            "start": 826371542,
            "stop": 826371606
        },
        {
            "start": 826371722,
            "stop": 826371737
        },
        {
            "start": 826371739,
            "stop": 826371786
        },
        {
            "start": 826371788,
            "stop": 826372116
        }
    ]
}