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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=9",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 10,
    "results": [
        {
            "start": 1128740954,
            "stop": 1128775559
        },
        {
            "start": 1128775922,
            "stop": 1128776436
        },
        {
            "start": 1128813341,
            "stop": 1128814473
        },
        {
            "start": 1128814474,
            "stop": 1128824629
        },
        {
            "start": 1128824904,
            "stop": 1128830762
        },
        {
            "start": 1128833654,
            "stop": 1128837965
        },
        {
            "start": 1128870937,
            "stop": 1128873669
        },
        {
            "start": 1128873670,
            "stop": 1128876141
        },
        {
            "start": 1128876392,
            "stop": 1128876769
        },
        {
            "start": 1128877020,
            "stop": 1128880035
        },
        {
            "start": 1128888099,
            "stop": 1128888408
        },
        {
            "start": 1128888658,
            "stop": 1128889358
        },
        {
            "start": 1128891481,
            "stop": 1128891556
        },
        {
            "start": 1128891807,
            "stop": 1128894292
        },
        {
            "start": 1128894543,
            "stop": 1128895812
        },
        {
            "start": 1128899369,
            "stop": 1128904753
        },
        {
            "start": 1128905004,
            "stop": 1128913468
        },
        {
            "start": 1128913718,
            "stop": 1128922967
        },
        {
            "start": 1128923264,
            "stop": 1128926705
        },
        {
            "start": 1128926956,
            "stop": 1128930910
        }
    ]
}