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_CW_CAT1/segments?format=api&page=257
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=256",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 257,
    "results": [
        {
            "start": 850287647,
            "stop": 850287649
        },
        {
            "start": 850294259,
            "stop": 850308488
        },
        {
            "start": 850311124,
            "stop": 850313353
        },
        {
            "start": 850313364,
            "stop": 850313365
        },
        {
            "start": 850313604,
            "stop": 850313630
        },
        {
            "start": 850313876,
            "stop": 850314174
        },
        {
            "start": 850317324,
            "stop": 850318273
        },
        {
            "start": 850320380,
            "stop": 850326855
        },
        {
            "start": 850327281,
            "stop": 850328893
        },
        {
            "start": 850328897,
            "stop": 850328898
        },
        {
            "start": 850328977,
            "stop": 850329249
        },
        {
            "start": 850329318,
            "stop": 850329555
        },
        {
            "start": 850329618,
            "stop": 850344724
        },
        {
            "start": 850344793,
            "stop": 850345693
        },
        {
            "start": 850345699,
            "stop": 850345700
        },
        {
            "start": 850345856,
            "stop": 850347528
        },
        {
            "start": 850351203,
            "stop": 850352115
        },
        {
            "start": 850352187,
            "stop": 850374073
        },
        {
            "start": 850374086,
            "stop": 850374087
        },
        {
            "start": 850376438,
            "stop": 850376773
        }
    ]
}