Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1880
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1881",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1879",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1880,
    "results": [
        {
            "start": 1251052278,
            "stop": 1251052625
        },
        {
            "start": 1251052628,
            "stop": 1251052642
        },
        {
            "start": 1251052644,
            "stop": 1251053817
        },
        {
            "start": 1251053819,
            "stop": 1251054963
        },
        {
            "start": 1251054966,
            "stop": 1251054976
        },
        {
            "start": 1251054979,
            "stop": 1251056500
        },
        {
            "start": 1251056502,
            "stop": 1251057141
        },
        {
            "start": 1251057144,
            "stop": 1251057324
        },
        {
            "start": 1251057327,
            "stop": 1251057329
        },
        {
            "start": 1251057331,
            "stop": 1251057621
        },
        {
            "start": 1251071408,
            "stop": 1251072083
        },
        {
            "start": 1251072086,
            "stop": 1251072449
        },
        {
            "start": 1251072452,
            "stop": 1251073744
        },
        {
            "start": 1251073752,
            "stop": 1251074543
        },
        {
            "start": 1251074546,
            "stop": 1251075597
        },
        {
            "start": 1251075600,
            "stop": 1251075711
        },
        {
            "start": 1251075713,
            "stop": 1251075720
        },
        {
            "start": 1251075723,
            "stop": 1251075725
        },
        {
            "start": 1251075727,
            "stop": 1251076065
        },
        {
            "start": 1251076068,
            "stop": 1251076435
        }
    ]
}