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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=936",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 937,
    "results": [
        {
            "start": 870396465,
            "stop": 870403245
        },
        {
            "start": 870404027,
            "stop": 870405707
        },
        {
            "start": 870405931,
            "stop": 870406531
        },
        {
            "start": 870407094,
            "stop": 870407394
        },
        {
            "start": 870407544,
            "stop": 870408324
        },
        {
            "start": 870408474,
            "stop": 870419274
        },
        {
            "start": 870419498,
            "stop": 870420818
        },
        {
            "start": 870420976,
            "stop": 870421036
        },
        {
            "start": 870422180,
            "stop": 870428120
        },
        {
            "start": 870428334,
            "stop": 870435054
        },
        {
            "start": 870437247,
            "stop": 870437307
        },
        {
            "start": 870437502,
            "stop": 870437622
        },
        {
            "start": 870437774,
            "stop": 870440294
        },
        {
            "start": 870444440,
            "stop": 870444680
        },
        {
            "start": 870444933,
            "stop": 870445353
        },
        {
            "start": 870446904,
            "stop": 870450384
        },
        {
            "start": 870450629,
            "stop": 870451649
        },
        {
            "start": 870451804,
            "stop": 870453004
        },
        {
            "start": 870454747,
            "stop": 870456427
        },
        {
            "start": 870456578,
            "stop": 870458858
        }
    ]
}