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=468
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=469",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=467",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 468,
    "results": [
        {
            "start": 821780597,
            "stop": 821780622
        },
        {
            "start": 821780625,
            "stop": 821780810
        },
        {
            "start": 821780813,
            "stop": 821780819
        },
        {
            "start": 821780822,
            "stop": 821780834
        },
        {
            "start": 821780837,
            "stop": 821780859
        },
        {
            "start": 821780862,
            "stop": 821780870
        },
        {
            "start": 821780873,
            "stop": 821780879
        },
        {
            "start": 821780882,
            "stop": 821781125
        },
        {
            "start": 821781128,
            "stop": 821781176
        },
        {
            "start": 821781179,
            "stop": 821781240
        },
        {
            "start": 821781243,
            "stop": 821781258
        },
        {
            "start": 821781261,
            "stop": 821781270
        },
        {
            "start": 821781274,
            "stop": 821781281
        },
        {
            "start": 821781287,
            "stop": 821781301
        },
        {
            "start": 821781304,
            "stop": 821781305
        },
        {
            "start": 821781308,
            "stop": 821781320
        },
        {
            "start": 821781323,
            "stop": 821781336
        },
        {
            "start": 821781341,
            "stop": 821781342
        },
        {
            "start": 821781345,
            "stop": 821781347
        },
        {
            "start": 821781350,
            "stop": 821781351
        }
    ]
}