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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=71",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 72,
    "results": [
        {
            "start": 816233985,
            "stop": 816234171
        },
        {
            "start": 816234712,
            "stop": 816234726
        },
        {
            "start": 816234729,
            "stop": 816234828
        },
        {
            "start": 816234831,
            "stop": 816234946
        },
        {
            "start": 816235066,
            "stop": 816235656
        },
        {
            "start": 816235660,
            "stop": 816236096
        },
        {
            "start": 816236099,
            "stop": 816236214
        },
        {
            "start": 816236217,
            "stop": 816236307
        },
        {
            "start": 816236310,
            "stop": 816236779
        },
        {
            "start": 816236782,
            "stop": 816236979
        },
        {
            "start": 816237099,
            "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
        }
    ]
}