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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=321",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 322,
    "results": [
        {
            "start": 822644889,
            "stop": 822645002
        },
        {
            "start": 822645005,
            "stop": 822645007
        },
        {
            "start": 822645010,
            "stop": 822645473
        },
        {
            "start": 822645476,
            "stop": 822645669
        },
        {
            "start": 822645672,
            "stop": 822645820
        },
        {
            "start": 822645823,
            "stop": 822646272
        },
        {
            "start": 822646275,
            "stop": 822646278
        },
        {
            "start": 822646281,
            "stop": 822646602
        },
        {
            "start": 822646605,
            "stop": 822647221
        },
        {
            "start": 822647224,
            "stop": 822647704
        },
        {
            "start": 822647707,
            "stop": 822647849
        },
        {
            "start": 822647852,
            "stop": 822647871
        },
        {
            "start": 822647874,
            "stop": 822647893
        },
        {
            "start": 822647896,
            "stop": 822648040
        },
        {
            "start": 822648043,
            "stop": 822648285
        },
        {
            "start": 822648289,
            "stop": 822648435
        },
        {
            "start": 822648438,
            "stop": 822649121
        },
        {
            "start": 822649125,
            "stop": 822649132
        },
        {
            "start": 822649136,
            "stop": 822649425
        },
        {
            "start": 822649428,
            "stop": 822649563
        }
    ]
}