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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=130",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 131,
    "results": [
        {
            "start": 1135048352,
            "stop": 1135048365
        },
        {
            "start": 1135048368,
            "stop": 1135048457
        },
        {
            "start": 1135048460,
            "stop": 1135048520
        },
        {
            "start": 1135048524,
            "stop": 1135048577
        },
        {
            "start": 1135048580,
            "stop": 1135048591
        },
        {
            "start": 1135048594,
            "stop": 1135048603
        },
        {
            "start": 1135048606,
            "stop": 1135048618
        },
        {
            "start": 1135048621,
            "stop": 1135048685
        },
        {
            "start": 1135048688,
            "stop": 1135048745
        },
        {
            "start": 1135048748,
            "stop": 1135048759
        },
        {
            "start": 1135048762,
            "stop": 1135048775
        },
        {
            "start": 1135048778,
            "stop": 1135048786
        },
        {
            "start": 1135048790,
            "stop": 1135048803
        },
        {
            "start": 1135048806,
            "stop": 1135048816
        },
        {
            "start": 1135048819,
            "stop": 1135048827
        },
        {
            "start": 1135048830,
            "stop": 1135048833
        },
        {
            "start": 1135048836,
            "stop": 1135048839
        },
        {
            "start": 1135048842,
            "stop": 1135048844
        },
        {
            "start": 1135048847,
            "stop": 1135048859
        },
        {
            "start": 1135048862,
            "stop": 1135048874
        }
    ]
}