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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=305",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 306,
    "results": [
        {
            "start": 822918335,
            "stop": 822919083
        },
        {
            "start": 822919088,
            "stop": 822920020
        },
        {
            "start": 822920025,
            "stop": 822920100
        },
        {
            "start": 822920105,
            "stop": 822920448
        },
        {
            "start": 822920453,
            "stop": 822920480
        },
        {
            "start": 822920485,
            "stop": 822920502
        },
        {
            "start": 822927467,
            "stop": 822927511
        },
        {
            "start": 822927517,
            "stop": 822927580
        },
        {
            "start": 822927585,
            "stop": 822927624
        },
        {
            "start": 822936695,
            "stop": 822937263
        },
        {
            "start": 822937268,
            "stop": 822937435
        },
        {
            "start": 822937440,
            "stop": 822937777
        },
        {
            "start": 822937782,
            "stop": 822938081
        },
        {
            "start": 822938086,
            "stop": 822938100
        },
        {
            "start": 822947327,
            "stop": 822948800
        },
        {
            "start": 822948805,
            "stop": 822948818
        },
        {
            "start": 822949817,
            "stop": 822950006
        },
        {
            "start": 822950011,
            "stop": 822950032
        },
        {
            "start": 822950046,
            "stop": 822950547
        },
        {
            "start": 822950571,
            "stop": 822950606
        }
    ]
}