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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=215",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 216,
    "results": [
        {
            "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
        },
        {
            "start": 821667563,
            "stop": 821667577
        },
        {
            "start": 821667580,
            "stop": 821667582
        },
        {
            "start": 821667585,
            "stop": 821667586
        }
    ]
}