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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=315",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 316,
    "results": [
        {
            "start": 818744259,
            "stop": 818744260
        },
        {
            "start": 818744400,
            "stop": 818744402
        },
        {
            "start": 818744580,
            "stop": 818744592
        },
        {
            "start": 818744630,
            "stop": 818744676
        },
        {
            "start": 818744696,
            "stop": 818744729
        },
        {
            "start": 818744748,
            "stop": 818744802
        },
        {
            "start": 818744805,
            "stop": 818744806
        },
        {
            "start": 818744860,
            "stop": 818744884
        },
        {
            "start": 818745088,
            "stop": 818745099
        },
        {
            "start": 818745118,
            "stop": 818745133
        },
        {
            "start": 818745180,
            "stop": 818745194
        },
        {
            "start": 818745241,
            "stop": 818745244
        },
        {
            "start": 818745263,
            "stop": 818745267
        },
        {
            "start": 818745287,
            "stop": 818745297
        },
        {
            "start": 818745377,
            "stop": 818745378
        },
        {
            "start": 818745403,
            "stop": 818745412
        },
        {
            "start": 818745431,
            "stop": 818745462
        },
        {
            "start": 818745575,
            "stop": 818745576
        },
        {
            "start": 818745609,
            "stop": 818745613
        },
        {
            "start": 818746549,
            "stop": 818746550
        }
    ]
}