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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=184",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 185,
    "results": [
        {
            "start": 820217615,
            "stop": 820218313
        },
        {
            "start": 820218323,
            "stop": 820218553
        },
        {
            "start": 820240547,
            "stop": 820240699
        },
        {
            "start": 820240706,
            "stop": 820240744
        },
        {
            "start": 820240753,
            "stop": 820241226
        },
        {
            "start": 820241235,
            "stop": 820241680
        },
        {
            "start": 820241687,
            "stop": 820242392
        },
        {
            "start": 820242399,
            "stop": 820242820
        },
        {
            "start": 820242836,
            "stop": 820242992
        },
        {
            "start": 820243013,
            "stop": 820243086
        },
        {
            "start": 820243115,
            "stop": 820243136
        },
        {
            "start": 820243143,
            "stop": 820243198
        },
        {
            "start": 820243206,
            "stop": 820243568
        },
        {
            "start": 820243576,
            "stop": 820243579
        },
        {
            "start": 820243622,
            "stop": 820243650
        },
        {
            "start": 820243665,
            "stop": 820243669
        },
        {
            "start": 820243676,
            "stop": 820243722
        },
        {
            "start": 820243730,
            "stop": 820243749
        },
        {
            "start": 820243756,
            "stop": 820243812
        },
        {
            "start": 820243847,
            "stop": 820243862
        }
    ]
}