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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=201",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 202,
    "results": [
        {
            "start": 833809420,
            "stop": 833809428
        },
        {
            "start": 833809430,
            "stop": 833809491
        },
        {
            "start": 833809493,
            "stop": 833810774
        },
        {
            "start": 833810775,
            "stop": 833810781
        },
        {
            "start": 833829244,
            "stop": 833829810
        },
        {
            "start": 833829812,
            "stop": 833830033
        },
        {
            "start": 833831779,
            "stop": 833831880
        },
        {
            "start": 833835300,
            "stop": 833836437
        },
        {
            "start": 833836776,
            "stop": 833837730
        },
        {
            "start": 833838509,
            "stop": 833843030
        },
        {
            "start": 833843333,
            "stop": 833845040
        },
        {
            "start": 833845042,
            "stop": 833867434
        },
        {
            "start": 833867436,
            "stop": 833868867
        },
        {
            "start": 833870953,
            "stop": 833871431
        },
        {
            "start": 833872566,
            "stop": 833889158
        },
        {
            "start": 833889346,
            "stop": 833890791
        },
        {
            "start": 833891817,
            "stop": 833895492
        },
        {
            "start": 833903926,
            "stop": 833915451
        },
        {
            "start": 833915538,
            "stop": 833917295
        },
        {
            "start": 833919447,
            "stop": 833923291
        }
    ]
}