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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=32",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 33,
    "results": [
        {
            "start": 816363939,
            "stop": 816364108
        },
        {
            "start": 816364113,
            "stop": 816364140
        },
        {
            "start": 816364144,
            "stop": 816364202
        },
        {
            "start": 816364205,
            "stop": 816364368
        },
        {
            "start": 816364373,
            "stop": 816364384
        },
        {
            "start": 816364388,
            "stop": 816364397
        },
        {
            "start": 816364402,
            "stop": 816364407
        },
        {
            "start": 816364410,
            "stop": 816364536
        },
        {
            "start": 816364540,
            "stop": 816364654
        },
        {
            "start": 816364664,
            "stop": 816364666
        },
        {
            "start": 816364671,
            "stop": 816364712
        },
        {
            "start": 816364718,
            "stop": 816364720
        },
        {
            "start": 816364724,
            "stop": 816364744
        },
        {
            "start": 816364750,
            "stop": 816364768
        },
        {
            "start": 816364777,
            "stop": 816364843
        },
        {
            "start": 816364847,
            "stop": 816364849
        },
        {
            "start": 816364856,
            "stop": 816364858
        },
        {
            "start": 816364869,
            "stop": 816364873
        },
        {
            "start": 816366108,
            "stop": 816366152
        },
        {
            "start": 816366156,
            "stop": 816366161
        }
    ]
}