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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=36",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 37,
    "results": [
        {
            "start": 816372992,
            "stop": 816373263
        },
        {
            "start": 816373271,
            "stop": 816373370
        },
        {
            "start": 816373373,
            "stop": 816373445
        },
        {
            "start": 816373450,
            "stop": 816373463
        },
        {
            "start": 816373467,
            "stop": 816373500
        },
        {
            "start": 816373504,
            "stop": 816373518
        },
        {
            "start": 816373522,
            "stop": 816373557
        },
        {
            "start": 816373560,
            "stop": 816373614
        },
        {
            "start": 816373619,
            "stop": 816373680
        },
        {
            "start": 816373703,
            "stop": 816373710
        },
        {
            "start": 816373717,
            "stop": 816373721
        },
        {
            "start": 816373726,
            "stop": 816373757
        },
        {
            "start": 816373766,
            "stop": 816373767
        },
        {
            "start": 816373776,
            "stop": 816373781
        },
        {
            "start": 816373785,
            "stop": 816373808
        },
        {
            "start": 816373812,
            "stop": 816373814
        },
        {
            "start": 816373820,
            "stop": 816373872
        },
        {
            "start": 816373880,
            "stop": 816373881
        },
        {
            "start": 816373892,
            "stop": 816373903
        },
        {
            "start": 816373906,
            "stop": 816373914
        }
    ]
}