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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=202",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 203,
    "results": [
        {
            "start": 817657605,
            "stop": 817657612
        },
        {
            "start": 817657634,
            "stop": 817657659
        },
        {
            "start": 817657686,
            "stop": 817657725
        },
        {
            "start": 817657995,
            "stop": 817657997
        },
        {
            "start": 817658145,
            "stop": 817658167
        },
        {
            "start": 817658215,
            "stop": 817658216
        },
        {
            "start": 817658247,
            "stop": 817658261
        },
        {
            "start": 817658317,
            "stop": 817658320
        },
        {
            "start": 817658431,
            "stop": 817658447
        },
        {
            "start": 817658494,
            "stop": 817658541
        },
        {
            "start": 817658809,
            "stop": 817658812
        },
        {
            "start": 817658912,
            "stop": 817658934
        },
        {
            "start": 817659038,
            "stop": 817659039
        },
        {
            "start": 817659218,
            "stop": 817659224
        },
        {
            "start": 817659300,
            "stop": 817659385
        },
        {
            "start": 817659451,
            "stop": 817659462
        },
        {
            "start": 817659496,
            "stop": 817659497
        },
        {
            "start": 817659633,
            "stop": 817659649
        },
        {
            "start": 817659693,
            "stop": 817659702
        },
        {
            "start": 817659902,
            "stop": 817659934
        }
    ]
}