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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=140",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 141,
    "results": [
        {
            "start": 816758821,
            "stop": 816759013
        },
        {
            "start": 816759016,
            "stop": 816759057
        },
        {
            "start": 816759065,
            "stop": 816759116
        },
        {
            "start": 816759122,
            "stop": 816759241
        },
        {
            "start": 816759252,
            "stop": 816759254
        },
        {
            "start": 816759259,
            "stop": 816759347
        },
        {
            "start": 816759351,
            "stop": 816759414
        },
        {
            "start": 816759417,
            "stop": 816759426
        },
        {
            "start": 816759430,
            "stop": 816759434
        },
        {
            "start": 816759438,
            "stop": 816759447
        },
        {
            "start": 816759452,
            "stop": 816759458
        },
        {
            "start": 816759462,
            "stop": 816759465
        },
        {
            "start": 816760119,
            "stop": 816760123
        },
        {
            "start": 816760129,
            "stop": 816760139
        },
        {
            "start": 816760144,
            "stop": 816760146
        },
        {
            "start": 816760151,
            "stop": 816760162
        },
        {
            "start": 816760166,
            "stop": 816760167
        },
        {
            "start": 816760172,
            "stop": 816760173
        },
        {
            "start": 816760179,
            "stop": 816760181
        },
        {
            "start": 816760186,
            "stop": 816760188
        }
    ]
}