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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=16",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 17,
    "results": [
        {
            "start": 1245843740,
            "stop": 1245892608
        },
        {
            "start": 1245892663,
            "stop": 1245948361
        },
        {
            "start": 1245967228,
            "stop": 1246040115
        },
        {
            "start": 1246044869,
            "stop": 1246057897
        },
        {
            "start": 1246063270,
            "stop": 1246069246
        },
        {
            "start": 1246079821,
            "stop": 1246084359
        },
        {
            "start": 1246084502,
            "stop": 1246114202
        },
        {
            "start": 1246156599,
            "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
        },
        {
            "start": 1246364920,
            "stop": 1246366645
        },
        {
            "start": 1246378428,
            "stop": 1246418571
        },
        {
            "start": 1246452223,
            "stop": 1246549997
        },
        {
            "start": 1246561822,
            "stop": 1246659651
        },
        {
            "start": 1246681814,
            "stop": 1246718717
        },
        {
            "start": 1246749995,
            "stop": 1246808840
        }
    ]
}