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/O2/timelines/L1_CBC_CAT3/segments?format=api&page=100
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=99",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 100,
    "results": [
        {
            "start": 1169825556,
            "stop": 1169838186
        },
        {
            "start": 1169843790,
            "stop": 1169859173
        },
        {
            "start": 1169866552,
            "stop": 1169908883
        },
        {
            "start": 1169949030,
            "stop": 1170003158
        },
        {
            "start": 1170011703,
            "stop": 1170013140
        },
        {
            "start": 1170020183,
            "stop": 1170022006
        },
        {
            "start": 1170032709,
            "stop": 1170032939
        },
        {
            "start": 1170039806,
            "stop": 1170043116
        },
        {
            "start": 1170047738,
            "stop": 1170048670
        },
        {
            "start": 1170049446,
            "stop": 1170081383
        },
        {
            "start": 1170086462,
            "stop": 1170118554
        },
        {
            "start": 1170122736,
            "stop": 1170130731
        },
        {
            "start": 1170131950,
            "stop": 1170134371
        },
        {
            "start": 1170140105,
            "stop": 1170145789
        },
        {
            "start": 1170145965,
            "stop": 1170172048
        },
        {
            "start": 1170197304,
            "stop": 1170197756
        },
        {
            "start": 1170197991,
            "stop": 1170232509
        },
        {
            "start": 1170233127,
            "stop": 1170255322
        },
        {
            "start": 1170284489,
            "stop": 1170318828
        },
        {
            "start": 1170318832,
            "stop": 1170329012
        }
    ]
}