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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=266",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 267,
    "results": [
        {
            "start": 821469601,
            "stop": 821470620
        },
        {
            "start": 821470680,
            "stop": 821470697
        },
        {
            "start": 821470704,
            "stop": 821470844
        },
        {
            "start": 821471025,
            "stop": 821471030
        },
        {
            "start": 821471110,
            "stop": 821471460
        },
        {
            "start": 821471520,
            "stop": 821471640
        },
        {
            "start": 821471700,
            "stop": 821471810
        },
        {
            "start": 821471890,
            "stop": 821472060
        },
        {
            "start": 821472120,
            "stop": 821473070
        },
        {
            "start": 821473150,
            "stop": 821474340
        },
        {
            "start": 821474460,
            "stop": 821474760
        },
        {
            "start": 821474820,
            "stop": 821476020
        },
        {
            "start": 821476080,
            "stop": 821476200
        },
        {
            "start": 821476330,
            "stop": 821477413
        },
        {
            "start": 821477459,
            "stop": 821477460
        },
        {
            "start": 821479678,
            "stop": 821479860
        },
        {
            "start": 821479920,
            "stop": 821479970
        },
        {
            "start": 821480050,
            "stop": 821480113
        },
        {
            "start": 821482538,
            "stop": 821483100
        },
        {
            "start": 821483160,
            "stop": 821483353
        }
    ]
}