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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=435",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=433",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 434,
    "results": [
        {
            "start": 943050201,
            "stop": 943050207
        },
        {
            "start": 943050210,
            "stop": 943058055
        },
        {
            "start": 943061975,
            "stop": 943070746
        },
        {
            "start": 943070751,
            "stop": 943070791
        },
        {
            "start": 943070793,
            "stop": 943070967
        },
        {
            "start": 943070969,
            "stop": 943070970
        },
        {
            "start": 943070972,
            "stop": 943071000
        },
        {
            "start": 943071001,
            "stop": 943072339
        },
        {
            "start": 943072341,
            "stop": 943072417
        },
        {
            "start": 943072418,
            "stop": 943072744
        },
        {
            "start": 943072754,
            "stop": 943072785
        },
        {
            "start": 943072787,
            "stop": 943072867
        },
        {
            "start": 943072869,
            "stop": 943072995
        },
        {
            "start": 943072999,
            "stop": 943073000
        },
        {
            "start": 943073001,
            "stop": 943073007
        },
        {
            "start": 943073009,
            "stop": 943073011
        },
        {
            "start": 943073015,
            "stop": 943073053
        },
        {
            "start": 943076802,
            "stop": 943102775
        },
        {
            "start": 943107973,
            "stop": 943114647
        },
        {
            "start": 943140265,
            "stop": 943149101
        }
    ]
}