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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=407",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=405",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 406,
    "results": [
        {
            "start": 821767244,
            "stop": 821767256
        },
        {
            "start": 821767262,
            "stop": 821767263
        },
        {
            "start": 821767270,
            "stop": 821767274
        },
        {
            "start": 821767277,
            "stop": 821767294
        },
        {
            "start": 821767297,
            "stop": 821767298
        },
        {
            "start": 821767301,
            "stop": 821767302
        },
        {
            "start": 821767309,
            "stop": 821767313
        },
        {
            "start": 821767327,
            "stop": 821767328
        },
        {
            "start": 821767341,
            "stop": 821767343
        },
        {
            "start": 821767346,
            "stop": 821767348
        },
        {
            "start": 821767353,
            "stop": 821767379
        },
        {
            "start": 821767386,
            "stop": 821767393
        },
        {
            "start": 821767396,
            "stop": 821767400
        },
        {
            "start": 821767403,
            "stop": 821767410
        },
        {
            "start": 821767413,
            "stop": 821767420
        },
        {
            "start": 821767426,
            "stop": 821767438
        },
        {
            "start": 821767444,
            "stop": 821767447
        },
        {
            "start": 821767450,
            "stop": 821767451
        },
        {
            "start": 821767454,
            "stop": 821767459
        },
        {
            "start": 821767462,
            "stop": 821767463
        }
    ]
}