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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8940",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8941,
    "results": [
        {
            "start": 873673290,
            "stop": 873673348
        },
        {
            "start": 873673367,
            "stop": 873673440
        },
        {
            "start": 873673500,
            "stop": 873673555
        },
        {
            "start": 873673572,
            "stop": 873673641
        },
        {
            "start": 873673659,
            "stop": 873673814
        },
        {
            "start": 873673832,
            "stop": 873673860
        },
        {
            "start": 873673878,
            "stop": 873673989
        },
        {
            "start": 873674007,
            "stop": 873674027
        },
        {
            "start": 873674045,
            "stop": 873674047
        },
        {
            "start": 873674064,
            "stop": 873674122
        },
        {
            "start": 873674140,
            "stop": 873674219
        },
        {
            "start": 873674311,
            "stop": 873674324
        },
        {
            "start": 873674343,
            "stop": 873674447
        },
        {
            "start": 873674464,
            "stop": 873674567
        },
        {
            "start": 873674586,
            "stop": 873674610
        },
        {
            "start": 873674628,
            "stop": 873674811
        },
        {
            "start": 873674829,
            "stop": 873675000
        },
        {
            "start": 873675060,
            "stop": 873675147
        },
        {
            "start": 873675164,
            "stop": 873675167
        },
        {
            "start": 873675259,
            "stop": 873675265
        }
    ]
}