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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=17",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 18,
    "results": [
        {
            "start": 1245779895,
            "stop": 1245802851
        },
        {
            "start": 1245805563,
            "stop": 1245808245
        },
        {
            "start": 1245823743,
            "stop": 1245843456
        },
        {
            "start": 1245843740,
            "stop": 1245892608
        },
        {
            "start": 1245892663,
            "stop": 1245948361
        },
        {
            "start": 1245967228,
            "stop": 1246040115
        },
        {
            "start": 1246044869,
            "stop": 1246057897
        },
        {
            "start": 1246063270,
            "stop": 1246068240
        },
        {
            "start": 1246079821,
            "stop": 1246084359
        },
        {
            "start": 1246084502,
            "stop": 1246114202
        },
        {
            "start": 1246156599,
            "stop": 1246157760
        },
        {
            "start": 1246158060,
            "stop": 1246158240
        },
        {
            "start": 1246158300,
            "stop": 1246158720
        },
        {
            "start": 1246159020,
            "stop": 1246164817
        },
        {
            "start": 1246170213,
            "stop": 1246200896
        },
        {
            "start": 1246209957,
            "stop": 1246224616
        },
        {
            "start": 1246239224,
            "stop": 1246249992
        },
        {
            "start": 1246261450,
            "stop": 1246297011
        },
        {
            "start": 1246307444,
            "stop": 1246316282
        },
        {
            "start": 1246320884,
            "stop": 1246360449
        }
    ]
}