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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=545",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=543",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 544,
    "results": [
        {
            "start": 871166100,
            "stop": 871169400
        },
        {
            "start": 871169460,
            "stop": 871169472
        },
        {
            "start": 871169478,
            "stop": 871175399
        },
        {
            "start": 871189220,
            "stop": 871221097
        },
        {
            "start": 871221102,
            "stop": 871228551
        },
        {
            "start": 871228692,
            "stop": 871233052
        },
        {
            "start": 871233063,
            "stop": 871233107
        },
        {
            "start": 871233113,
            "stop": 871236600
        },
        {
            "start": 871236743,
            "stop": 871238042
        },
        {
            "start": 871238048,
            "stop": 871240524
        },
        {
            "start": 871241333,
            "stop": 871242275
        },
        {
            "start": 871242280,
            "stop": 871243107
        },
        {
            "start": 871243108,
            "stop": 871243142
        },
        {
            "start": 871252337,
            "stop": 871252915
        },
        {
            "start": 871253053,
            "stop": 871256435
        },
        {
            "start": 871271344,
            "stop": 871272397
        },
        {
            "start": 871273758,
            "stop": 871277048
        },
        {
            "start": 871278377,
            "stop": 871289569
        },
        {
            "start": 871289967,
            "stop": 871290128
        },
        {
            "start": 871290238,
            "stop": 871290546
        }
    ]
}