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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=139",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 140,
    "results": [
        {
            "start": 1258243430,
            "stop": 1258244118
        },
        {
            "start": 1258244121,
            "stop": 1258244556
        },
        {
            "start": 1258244559,
            "stop": 1258244719
        },
        {
            "start": 1258244721,
            "stop": 1258247094
        },
        {
            "start": 1258247097,
            "stop": 1258248291
        },
        {
            "start": 1258248293,
            "stop": 1258248582
        },
        {
            "start": 1258248585,
            "stop": 1258250186
        },
        {
            "start": 1258250189,
            "stop": 1258250400
        },
        {
            "start": 1258250403,
            "stop": 1258253913
        },
        {
            "start": 1258253921,
            "stop": 1258254345
        },
        {
            "start": 1258254353,
            "stop": 1258256357
        },
        {
            "start": 1258256360,
            "stop": 1258257540
        },
        {
            "start": 1258257543,
            "stop": 1258258183
        },
        {
            "start": 1258258186,
            "stop": 1258259698
        },
        {
            "start": 1258269373,
            "stop": 1258272256
        },
        {
            "start": 1258272259,
            "stop": 1258275366
        },
        {
            "start": 1258275367,
            "stop": 1258276139
        },
        {
            "start": 1258276142,
            "stop": 1258276362
        },
        {
            "start": 1258276365,
            "stop": 1258276786
        },
        {
            "start": 1258276789,
            "stop": 1258277216
        }
    ]
}