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_H1L1/segments?format=api&page=27
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_H1L1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=26",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 27,
    "results": [
        {
            "start": 817589507,
            "stop": 817589927
        },
        {
            "start": 817590300,
            "stop": 817590420
        },
        {
            "start": 817590768,
            "stop": 817591068
        },
        {
            "start": 817591216,
            "stop": 817591306
        },
        {
            "start": 817591336,
            "stop": 817591396
        },
        {
            "start": 817591711,
            "stop": 817592071
        },
        {
            "start": 817592215,
            "stop": 817592335
        },
        {
            "start": 817608558,
            "stop": 817609098
        },
        {
            "start": 817609259,
            "stop": 817609379
        },
        {
            "start": 817704310,
            "stop": 817704490
        },
        {
            "start": 817705684,
            "stop": 817705744
        },
        {
            "start": 817705927,
            "stop": 817706227
        },
        {
            "start": 817706390,
            "stop": 817706450
        },
        {
            "start": 817706614,
            "stop": 817706794
        },
        {
            "start": 817706958,
            "stop": 817707078
        },
        {
            "start": 817708715,
            "stop": 817709075
        },
        {
            "start": 817709250,
            "stop": 817711470
        },
        {
            "start": 817711641,
            "stop": 817713921
        },
        {
            "start": 817714052,
            "stop": 817714112
        },
        {
            "start": 817714337,
            "stop": 817714637
        }
    ]
}