Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=665
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=666",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=664",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 665,
    "results": [
        {
            "start": 857789062,
            "stop": 857790210
        },
        {
            "start": 857792670,
            "stop": 857802990
        },
        {
            "start": 857803110,
            "stop": 857833218
        },
        {
            "start": 857850329,
            "stop": 857851252
        },
        {
            "start": 857861192,
            "stop": 857862310
        },
        {
            "start": 857864602,
            "stop": 857898528
        },
        {
            "start": 857901167,
            "stop": 857907147
        },
        {
            "start": 857907202,
            "stop": 857908817
        },
        {
            "start": 857908853,
            "stop": 857910873
        },
        {
            "start": 857910915,
            "stop": 857912642
        },
        {
            "start": 857912670,
            "stop": 857914318
        },
        {
            "start": 857914396,
            "stop": 857929297
        },
        {
            "start": 857932255,
            "stop": 857932470
        },
        {
            "start": 857934618,
            "stop": 857940936
        },
        {
            "start": 857946173,
            "stop": 857946459
        },
        {
            "start": 857948674,
            "stop": 857949057
        },
        {
            "start": 857950654,
            "stop": 857962374
        },
        {
            "start": 857962484,
            "stop": 857994849
        },
        {
            "start": 857995858,
            "stop": 857996653
        },
        {
            "start": 857996659,
            "stop": 857997461
        }
    ]
}