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=382
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=383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=381",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 382,
    "results": [
        {
            "start": 849714922,
            "stop": 849717121
        },
        {
            "start": 849717385,
            "stop": 849717944
        },
        {
            "start": 849718182,
            "stop": 849718264
        },
        {
            "start": 849718266,
            "stop": 849718358
        },
        {
            "start": 849718573,
            "stop": 849720351
        },
        {
            "start": 849724395,
            "stop": 849727693
        },
        {
            "start": 849728053,
            "stop": 849739786
        },
        {
            "start": 849739788,
            "stop": 849743432
        },
        {
            "start": 849744897,
            "stop": 849745564
        },
        {
            "start": 849745566,
            "stop": 849745830
        },
        {
            "start": 849746023,
            "stop": 849746971
        },
        {
            "start": 849746972,
            "stop": 849747373
        },
        {
            "start": 849747375,
            "stop": 849748120
        },
        {
            "start": 849748122,
            "stop": 849749990
        },
        {
            "start": 849876867,
            "stop": 849877178
        },
        {
            "start": 849877558,
            "stop": 849878161
        },
        {
            "start": 849879026,
            "stop": 849880293
        },
        {
            "start": 849880358,
            "stop": 849880360
        },
        {
            "start": 849881745,
            "stop": 849881815
        },
        {
            "start": 849881910,
            "stop": 849888167
        }
    ]
}