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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=323",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 324,
    "results": [
        {
            "start": 828930425,
            "stop": 828930445
        },
        {
            "start": 828930449,
            "stop": 828930456
        },
        {
            "start": 828930463,
            "stop": 828930473
        },
        {
            "start": 828930477,
            "stop": 828930486
        },
        {
            "start": 828930488,
            "stop": 828930519
        },
        {
            "start": 828930521,
            "stop": 828930587
        },
        {
            "start": 828930589,
            "stop": 828930618
        },
        {
            "start": 828930620,
            "stop": 828930718
        },
        {
            "start": 828930720,
            "stop": 828930737
        },
        {
            "start": 828930739,
            "stop": 828930767
        },
        {
            "start": 828930769,
            "stop": 828930773
        },
        {
            "start": 828930775,
            "stop": 828930858
        },
        {
            "start": 828930860,
            "stop": 828930886
        },
        {
            "start": 828930888,
            "stop": 828930890
        },
        {
            "start": 828930892,
            "stop": 828930924
        },
        {
            "start": 828930926,
            "stop": 828930936
        },
        {
            "start": 828930938,
            "stop": 828930950
        },
        {
            "start": 828930952,
            "stop": 828931271
        },
        {
            "start": 828931273,
            "stop": 828931275
        },
        {
            "start": 828931277,
            "stop": 828931285
        }
    ]
}