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=525
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=526",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=524",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 525,
    "results": [
        {
            "start": 868882536,
            "stop": 868882547
        },
        {
            "start": 868883533,
            "stop": 868884090
        },
        {
            "start": 868893143,
            "stop": 868899707
        },
        {
            "start": 868900020,
            "stop": 868902225
        },
        {
            "start": 868909774,
            "stop": 868909777
        },
        {
            "start": 868909778,
            "stop": 868910427
        },
        {
            "start": 868911151,
            "stop": 868915134
        },
        {
            "start": 868915226,
            "stop": 868916333
        },
        {
            "start": 868920738,
            "stop": 868926024
        },
        {
            "start": 868927017,
            "stop": 868947874
        },
        {
            "start": 868950072,
            "stop": 868970488
        },
        {
            "start": 868977061,
            "stop": 868979535
        },
        {
            "start": 868979601,
            "stop": 868988643
        },
        {
            "start": 868988782,
            "stop": 868989200
        },
        {
            "start": 868989202,
            "stop": 868990977
        },
        {
            "start": 868991254,
            "stop": 868994212
        },
        {
            "start": 868994585,
            "stop": 868994738
        },
        {
            "start": 868994867,
            "stop": 868996343
        },
        {
            "start": 868996345,
            "stop": 868996846
        },
        {
            "start": 869005981,
            "stop": 869037989
        }
    ]
}