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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4721",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4719",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4720,
    "results": [
        {
            "start": 874432136,
            "stop": 874432342
        },
        {
            "start": 874432362,
            "stop": 874432413
        },
        {
            "start": 874432432,
            "stop": 874432483
        },
        {
            "start": 874432502,
            "stop": 874432540
        },
        {
            "start": 874432559,
            "stop": 874432602
        },
        {
            "start": 874432622,
            "stop": 874432640
        },
        {
            "start": 874432660,
            "stop": 874432740
        },
        {
            "start": 874432759,
            "stop": 874432802
        },
        {
            "start": 874432822,
            "stop": 874432865
        },
        {
            "start": 874432904,
            "stop": 874432985
        },
        {
            "start": 874433005,
            "stop": 874433086
        },
        {
            "start": 874433105,
            "stop": 874433131
        },
        {
            "start": 874433150,
            "stop": 874433190
        },
        {
            "start": 874433209,
            "stop": 874433228
        },
        {
            "start": 874433247,
            "stop": 874433349
        },
        {
            "start": 874433585,
            "stop": 874433593
        },
        {
            "start": 874433615,
            "stop": 874433683
        },
        {
            "start": 874433836,
            "stop": 874434030
        },
        {
            "start": 874434061,
            "stop": 874434108
        },
        {
            "start": 874434127,
            "stop": 874434153
        }
    ]
}