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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=5",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 6,
    "results": [
        {
            "start": 1128407435,
            "stop": 1128421524
        },
        {
            "start": 1128422763,
            "stop": 1128425941
        },
        {
            "start": 1128426238,
            "stop": 1128432601
        },
        {
            "start": 1128432991,
            "stop": 1128444240
        },
        {
            "start": 1128445225,
            "stop": 1128459298
        },
        {
            "start": 1128465133,
            "stop": 1128466256
        },
        {
            "start": 1128466792,
            "stop": 1128504361
        },
        {
            "start": 1128538016,
            "stop": 1128539723
        },
        {
            "start": 1128559403,
            "stop": 1128562149
        },
        {
            "start": 1128572082,
            "stop": 1128577921
        },
        {
            "start": 1128579458,
            "stop": 1128593870
        },
        {
            "start": 1128616917,
            "stop": 1128641735
        },
        {
            "start": 1128643606,
            "stop": 1128688467
        },
        {
            "start": 1128688737,
            "stop": 1128706899
        },
        {
            "start": 1128735786,
            "stop": 1128775559
        },
        {
            "start": 1128775922,
            "stop": 1128776436
        },
        {
            "start": 1128813341,
            "stop": 1128824629
        },
        {
            "start": 1128824904,
            "stop": 1128830762
        },
        {
            "start": 1128833654,
            "stop": 1128837966
        },
        {
            "start": 1128870937,
            "stop": 1128876141
        }
    ]
}