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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=88",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 89,
    "results": [
        {
            "start": 824612959,
            "stop": 824624608
        },
        {
            "start": 824626985,
            "stop": 824629333
        },
        {
            "start": 824629380,
            "stop": 824629383
        },
        {
            "start": 824672944,
            "stop": 824674513
        },
        {
            "start": 824675518,
            "stop": 824678692
        },
        {
            "start": 824681146,
            "stop": 824682973
        },
        {
            "start": 824703372,
            "stop": 824707183
        },
        {
            "start": 824707187,
            "stop": 824707228
        },
        {
            "start": 824707231,
            "stop": 824707243
        },
        {
            "start": 824707247,
            "stop": 824707630
        },
        {
            "start": 824707634,
            "stop": 824709239
        },
        {
            "start": 824709243,
            "stop": 824709280
        },
        {
            "start": 824709284,
            "stop": 824709998
        },
        {
            "start": 824710007,
            "stop": 824710018
        },
        {
            "start": 824710031,
            "stop": 824710069
        },
        {
            "start": 824710078,
            "stop": 824724050
        },
        {
            "start": 824724053,
            "stop": 824724129
        },
        {
            "start": 824724133,
            "stop": 824724348
        },
        {
            "start": 824724352,
            "stop": 824724933
        },
        {
            "start": 824724941,
            "stop": 824725015
        }
    ]
}