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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=686",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=684",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 685,
    "results": [
        {
            "start": 1265590652,
            "stop": 1265592295
        },
        {
            "start": 1265592298,
            "stop": 1265600460
        },
        {
            "start": 1265600463,
            "stop": 1265608370
        },
        {
            "start": 1265608378,
            "stop": 1265613274
        },
        {
            "start": 1265617929,
            "stop": 1265625701
        },
        {
            "start": 1265638014,
            "stop": 1265640969
        },
        {
            "start": 1265640972,
            "stop": 1265641074
        },
        {
            "start": 1265641077,
            "stop": 1265641353
        },
        {
            "start": 1265641356,
            "stop": 1265641928
        },
        {
            "start": 1265641931,
            "stop": 1265647035
        },
        {
            "start": 1265647038,
            "stop": 1265647148
        },
        {
            "start": 1265647151,
            "stop": 1265647403
        },
        {
            "start": 1265647406,
            "stop": 1265647992
        },
        {
            "start": 1265648036,
            "stop": 1265649364
        },
        {
            "start": 1265649367,
            "stop": 1265649815
        },
        {
            "start": 1265655334,
            "stop": 1265656322
        },
        {
            "start": 1265656325,
            "stop": 1265656811
        },
        {
            "start": 1265656814,
            "stop": 1265659477
        },
        {
            "start": 1265662516,
            "stop": 1265665509
        },
        {
            "start": 1265665511,
            "stop": 1265666125
        }
    ]
}