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=387
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=388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=386",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 387,
    "results": [
        {
            "start": 850259095,
            "stop": 850265061
        },
        {
            "start": 850265063,
            "stop": 850266508
        },
        {
            "start": 850266510,
            "stop": 850271102
        },
        {
            "start": 850271168,
            "stop": 850272811
        },
        {
            "start": 850272813,
            "stop": 850285817
        },
        {
            "start": 850285819,
            "stop": 850287649
        },
        {
            "start": 850294259,
            "stop": 850296399
        },
        {
            "start": 850296401,
            "stop": 850296641
        },
        {
            "start": 850296643,
            "stop": 850301025
        },
        {
            "start": 850301027,
            "stop": 850307808
        },
        {
            "start": 850307809,
            "stop": 850308488
        },
        {
            "start": 850311124,
            "stop": 850313365
        },
        {
            "start": 850313604,
            "stop": 850313630
        },
        {
            "start": 850313876,
            "stop": 850314174
        },
        {
            "start": 850317324,
            "stop": 850318297
        },
        {
            "start": 850320380,
            "stop": 850323538
        },
        {
            "start": 850323540,
            "stop": 850326855
        },
        {
            "start": 850327281,
            "stop": 850328370
        },
        {
            "start": 850328372,
            "stop": 850328898
        },
        {
            "start": 850328977,
            "stop": 850329029
        }
    ]
}