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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=201",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 202,
    "results": [
        {
            "start": 821667287,
            "stop": 821667288
        },
        {
            "start": 821667291,
            "stop": 821667302
        },
        {
            "start": 821667311,
            "stop": 821667317
        },
        {
            "start": 821667320,
            "stop": 821667331
        },
        {
            "start": 821667334,
            "stop": 821667335
        },
        {
            "start": 821667338,
            "stop": 821667359
        },
        {
            "start": 821667362,
            "stop": 821667378
        },
        {
            "start": 821667383,
            "stop": 821667394
        },
        {
            "start": 821667403,
            "stop": 821667405
        },
        {
            "start": 821667411,
            "stop": 821667413
        },
        {
            "start": 821667417,
            "stop": 821667431
        },
        {
            "start": 821667434,
            "stop": 821667447
        },
        {
            "start": 821667450,
            "stop": 821667453
        },
        {
            "start": 821667456,
            "stop": 821667473
        },
        {
            "start": 821667477,
            "stop": 821667480
        },
        {
            "start": 821667483,
            "stop": 821667505
        },
        {
            "start": 821667508,
            "stop": 821667511
        },
        {
            "start": 821667516,
            "stop": 821667523
        },
        {
            "start": 821667526,
            "stop": 821667542
        },
        {
            "start": 821667547,
            "stop": 821667558
        }
    ]
}