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=40
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=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=39",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 40,
    "results": [
        {
            "start": 816375875,
            "stop": 816375905
        },
        {
            "start": 816375912,
            "stop": 816375914
        },
        {
            "start": 816375924,
            "stop": 816375931
        },
        {
            "start": 816375935,
            "stop": 816375952
        },
        {
            "start": 816375955,
            "stop": 816375994
        },
        {
            "start": 816376000,
            "stop": 816376011
        },
        {
            "start": 816376015,
            "stop": 816376057
        },
        {
            "start": 816376066,
            "stop": 816376068
        },
        {
            "start": 816376075,
            "stop": 816376118
        },
        {
            "start": 816376127,
            "stop": 816376128
        },
        {
            "start": 816376137,
            "stop": 816376254
        },
        {
            "start": 816386940,
            "stop": 816387520
        },
        {
            "start": 816402435,
            "stop": 816403467
        },
        {
            "start": 816407805,
            "stop": 816408043
        },
        {
            "start": 816408046,
            "stop": 816408387
        },
        {
            "start": 816408392,
            "stop": 816410605
        },
        {
            "start": 816410608,
            "stop": 816411096
        },
        {
            "start": 816411099,
            "stop": 816411198
        },
        {
            "start": 816411203,
            "stop": 816411223
        },
        {
            "start": 816411228,
            "stop": 816411234
        }
    ]
}