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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=359",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 360,
    "results": [
        {
            "start": 1181667931,
            "stop": 1181668062
        },
        {
            "start": 1181668063,
            "stop": 1181668148
        },
        {
            "start": 1181668150,
            "stop": 1181668331
        },
        {
            "start": 1181668333,
            "stop": 1181669604
        },
        {
            "start": 1181669605,
            "stop": 1181669704
        },
        {
            "start": 1181669705,
            "stop": 1181669713
        },
        {
            "start": 1181669714,
            "stop": 1181670487
        },
        {
            "start": 1181670488,
            "stop": 1181670491
        },
        {
            "start": 1181670492,
            "stop": 1181671059
        },
        {
            "start": 1181671060,
            "stop": 1181671375
        },
        {
            "start": 1181671376,
            "stop": 1181671411
        },
        {
            "start": 1181671412,
            "stop": 1181671452
        },
        {
            "start": 1181671453,
            "stop": 1181671925
        },
        {
            "start": 1181671926,
            "stop": 1181671989
        },
        {
            "start": 1181671990,
            "stop": 1181671996
        },
        {
            "start": 1181671997,
            "stop": 1181672113
        },
        {
            "start": 1181672116,
            "stop": 1181672534
        },
        {
            "start": 1181672535,
            "stop": 1181672851
        },
        {
            "start": 1181672852,
            "stop": 1181673307
        },
        {
            "start": 1181673308,
            "stop": 1181673366
        }
    ]
}