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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=179",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 180,
    "results": [
        {
            "start": 836781346,
            "stop": 836782325
        },
        {
            "start": 836796571,
            "stop": 836853248
        },
        {
            "start": 836854059,
            "stop": 836858176
        },
        {
            "start": 836858186,
            "stop": 836861754
        },
        {
            "start": 836862538,
            "stop": 836880375
        },
        {
            "start": 836882638,
            "stop": 836928973
        },
        {
            "start": 836930041,
            "stop": 836932087
        },
        {
            "start": 836934070,
            "stop": 836943492
        },
        {
            "start": 836944478,
            "stop": 836957590
        },
        {
            "start": 836957594,
            "stop": 836959105
        },
        {
            "start": 836959109,
            "stop": 836961069
        },
        {
            "start": 836961073,
            "stop": 836962009
        },
        {
            "start": 836962013,
            "stop": 836962529
        },
        {
            "start": 836962533,
            "stop": 836962703
        },
        {
            "start": 836962707,
            "stop": 836965249
        },
        {
            "start": 836965253,
            "stop": 836965278
        },
        {
            "start": 836965287,
            "stop": 836965293
        },
        {
            "start": 836965296,
            "stop": 837025873
        },
        {
            "start": 837027450,
            "stop": 837033711
        },
        {
            "start": 837034728,
            "stop": 837038053
        }
    ]
}