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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=12",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 13,
    "results": [
        {
            "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
        },
        {
            "start": 1170338303,
            "stop": 1170342744
        },
        {
            "start": 1170343308,
            "stop": 1170356098
        }
    ]
}