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=438
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=439",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=437",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 438,
    "results": [
        {
            "start": 821774282,
            "stop": 821774286
        },
        {
            "start": 821774289,
            "stop": 821774290
        },
        {
            "start": 821774295,
            "stop": 821774296
        },
        {
            "start": 821774299,
            "stop": 821774301
        },
        {
            "start": 821774305,
            "stop": 821774310
        },
        {
            "start": 821774318,
            "stop": 821774322
        },
        {
            "start": 821774337,
            "stop": 821774339
        },
        {
            "start": 821774342,
            "stop": 821774346
        },
        {
            "start": 821774352,
            "stop": 821774354
        },
        {
            "start": 821774357,
            "stop": 821774359
        },
        {
            "start": 821774362,
            "stop": 821774364
        },
        {
            "start": 821774367,
            "stop": 821774369
        },
        {
            "start": 821774379,
            "stop": 821774383
        },
        {
            "start": 821774386,
            "stop": 821774391
        },
        {
            "start": 821774395,
            "stop": 821774404
        },
        {
            "start": 821774407,
            "stop": 821774419
        },
        {
            "start": 821774433,
            "stop": 821774456
        },
        {
            "start": 821774459,
            "stop": 821774463
        },
        {
            "start": 821774466,
            "stop": 821774474
        },
        {
            "start": 821774477,
            "stop": 821774482
        }
    ]
}