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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5681",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5679",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5680,
    "results": [
        {
            "start": 874557773,
            "stop": 874557827
        },
        {
            "start": 874557830,
            "stop": 874557844
        },
        {
            "start": 874557847,
            "stop": 874557860
        },
        {
            "start": 874557863,
            "stop": 874557946
        },
        {
            "start": 874557949,
            "stop": 874557965
        },
        {
            "start": 874557968,
            "stop": 874557978
        },
        {
            "start": 874557981,
            "stop": 874558002
        },
        {
            "start": 874558007,
            "stop": 874558025
        },
        {
            "start": 874558028,
            "stop": 874558064
        },
        {
            "start": 874558068,
            "stop": 874558154
        },
        {
            "start": 874558157,
            "stop": 874558168
        },
        {
            "start": 874558171,
            "stop": 874558192
        },
        {
            "start": 874558195,
            "stop": 874558236
        },
        {
            "start": 874558240,
            "stop": 874558369
        },
        {
            "start": 874558372,
            "stop": 874558373
        },
        {
            "start": 874558376,
            "stop": 874558386
        },
        {
            "start": 874558389,
            "stop": 874558498
        },
        {
            "start": 874558501,
            "stop": 874558528
        },
        {
            "start": 874558532,
            "stop": 874558567
        },
        {
            "start": 874558570,
            "stop": 874558574
        }
    ]
}