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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=58",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 59,
    "results": [
        {
            "start": 819337553,
            "stop": 819337913
        },
        {
            "start": 819338239,
            "stop": 819344299
        },
        {
            "start": 819344492,
            "stop": 819344552
        },
        {
            "start": 819344700,
            "stop": 819345420
        },
        {
            "start": 819345570,
            "stop": 819346020
        },
        {
            "start": 819346169,
            "stop": 819346289
        },
        {
            "start": 819346470,
            "stop": 819346890
        },
        {
            "start": 819347133,
            "stop": 819347703
        },
        {
            "start": 819347853,
            "stop": 819347943
        },
        {
            "start": 819354611,
            "stop": 819354791
        },
        {
            "start": 819354982,
            "stop": 819356782
        },
        {
            "start": 819357013,
            "stop": 819357973
        },
        {
            "start": 819358137,
            "stop": 819358197
        },
        {
            "start": 819358436,
            "stop": 819359036
        },
        {
            "start": 819359195,
            "stop": 819359435
        },
        {
            "start": 819359628,
            "stop": 819360048
        },
        {
            "start": 819361561,
            "stop": 819361741
        },
        {
            "start": 819361918,
            "stop": 819361978
        },
        {
            "start": 819362327,
            "stop": 819362447
        },
        {
            "start": 819364181,
            "stop": 819364421
        }
    ]
}