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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=62",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 63,
    "results": [
        {
            "start": 816234712,
            "stop": 816234726
        },
        {
            "start": 816234729,
            "stop": 816234828
        },
        {
            "start": 816234831,
            "stop": 816234985
        },
        {
            "start": 816234988,
            "stop": 816235656
        },
        {
            "start": 816235660,
            "stop": 816236096
        },
        {
            "start": 816236099,
            "stop": 816236214
        },
        {
            "start": 816236217,
            "stop": 816236307
        },
        {
            "start": 816236310,
            "stop": 816236779
        },
        {
            "start": 816236782,
            "stop": 816237736
        },
        {
            "start": 816237739,
            "stop": 816238352
        },
        {
            "start": 816238356,
            "stop": 816238609
        },
        {
            "start": 816241555,
            "stop": 816241572
        },
        {
            "start": 816241575,
            "stop": 816242760
        },
        {
            "start": 816242763,
            "stop": 816242987
        },
        {
            "start": 816242991,
            "stop": 816243666
        },
        {
            "start": 816243669,
            "stop": 816244459
        },
        {
            "start": 816245026,
            "stop": 816246468
        },
        {
            "start": 816246471,
            "stop": 816247096
        },
        {
            "start": 816247099,
            "stop": 816248774
        },
        {
            "start": 816248777,
            "stop": 816250080
        }
    ]
}