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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=217",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 218,
    "results": [
        {
            "start": 844996544,
            "stop": 844996545
        },
        {
            "start": 844996753,
            "stop": 845002876
        },
        {
            "start": 845002899,
            "stop": 845011693
        },
        {
            "start": 845011701,
            "stop": 845011702
        },
        {
            "start": 845012210,
            "stop": 845017033
        },
        {
            "start": 845021142,
            "stop": 845027710
        },
        {
            "start": 845028399,
            "stop": 845031973
        },
        {
            "start": 845038010,
            "stop": 845039953
        },
        {
            "start": 845263709,
            "stop": 845264146
        },
        {
            "start": 845264235,
            "stop": 845264608
        },
        {
            "start": 845264644,
            "stop": 845279413
        },
        {
            "start": 845279437,
            "stop": 845279438
        },
        {
            "start": 845282433,
            "stop": 845283133
        },
        {
            "start": 845284713,
            "stop": 845291773
        },
        {
            "start": 845293764,
            "stop": 845296194
        },
        {
            "start": 845299081,
            "stop": 845299273
        },
        {
            "start": 845299277,
            "stop": 845299278
        },
        {
            "start": 845300546,
            "stop": 845301553
        },
        {
            "start": 845301584,
            "stop": 845301586
        },
        {
            "start": 845301825,
            "stop": 845307193
        }
    ]
}