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/H1_BURST_CAT2/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/O1/timelines/H1_BURST_CAT2/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=39",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 40,
    "results": [
        {
            "start": 1128648850,
            "stop": 1128654096
        },
        {
            "start": 1128654103,
            "stop": 1128655364
        },
        {
            "start": 1128655371,
            "stop": 1128660979
        },
        {
            "start": 1128660986,
            "stop": 1128663760
        },
        {
            "start": 1128663767,
            "stop": 1128679194
        },
        {
            "start": 1128679195,
            "stop": 1128679845
        },
        {
            "start": 1128679852,
            "stop": 1128683320
        },
        {
            "start": 1128683321,
            "stop": 1128683958
        },
        {
            "start": 1128683959,
            "stop": 1128689441
        },
        {
            "start": 1128689448,
            "stop": 1128689668
        },
        {
            "start": 1128689675,
            "stop": 1128694753
        },
        {
            "start": 1128694761,
            "stop": 1128696688
        },
        {
            "start": 1128696689,
            "stop": 1128697501
        },
        {
            "start": 1128697502,
            "stop": 1128697671
        },
        {
            "start": 1128697678,
            "stop": 1128708722
        },
        {
            "start": 1128708723,
            "stop": 1128708735
        },
        {
            "start": 1128736191,
            "stop": 1128736311
        },
        {
            "start": 1128736313,
            "stop": 1128737719
        },
        {
            "start": 1128737726,
            "stop": 1128740441
        },
        {
            "start": 1128740448,
            "stop": 1128740715
        }
    ]
}