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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=144",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 145,
    "results": [
        {
            "start": 839033786,
            "stop": 839033945
        },
        {
            "start": 839035338,
            "stop": 839045264
        },
        {
            "start": 839045270,
            "stop": 839046371
        },
        {
            "start": 839046376,
            "stop": 839047101
        },
        {
            "start": 839047107,
            "stop": 839050426
        },
        {
            "start": 839050431,
            "stop": 839061740
        },
        {
            "start": 839061741,
            "stop": 839065085
        },
        {
            "start": 839066112,
            "stop": 839066924
        },
        {
            "start": 839066930,
            "stop": 839082853
        },
        {
            "start": 839082861,
            "stop": 839084382
        },
        {
            "start": 839100677,
            "stop": 839101487
        },
        {
            "start": 839101508,
            "stop": 839101509
        },
        {
            "start": 839101653,
            "stop": 839102743
        },
        {
            "start": 839102752,
            "stop": 839102753
        },
        {
            "start": 839102762,
            "stop": 839102803
        },
        {
            "start": 839102804,
            "stop": 839102820
        },
        {
            "start": 839103079,
            "stop": 839103149
        },
        {
            "start": 839103157,
            "stop": 839103202
        },
        {
            "start": 839103383,
            "stop": 839104071
        },
        {
            "start": 839104093,
            "stop": 839104095
        }
    ]
}