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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6319",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6320,
    "results": [
        {
            "start": 873250326,
            "stop": 873250943
        },
        {
            "start": 873250944,
            "stop": 873251675
        },
        {
            "start": 873251676,
            "stop": 873251697
        },
        {
            "start": 873251698,
            "stop": 873251907
        },
        {
            "start": 873251909,
            "stop": 873252106
        },
        {
            "start": 873252107,
            "stop": 873252270
        },
        {
            "start": 873252272,
            "stop": 873252291
        },
        {
            "start": 873252293,
            "stop": 873252663
        },
        {
            "start": 873252665,
            "stop": 873252798
        },
        {
            "start": 873252799,
            "stop": 873252906
        },
        {
            "start": 873252907,
            "stop": 873252955
        },
        {
            "start": 873252956,
            "stop": 873253090
        },
        {
            "start": 873253091,
            "stop": 873253131
        },
        {
            "start": 873253132,
            "stop": 873253474
        },
        {
            "start": 873253475,
            "stop": 873253940
        },
        {
            "start": 873253941,
            "stop": 873254004
        },
        {
            "start": 873254005,
            "stop": 873254032
        },
        {
            "start": 873254033,
            "stop": 873254107
        },
        {
            "start": 873254108,
            "stop": 873254225
        },
        {
            "start": 873254226,
            "stop": 873254380
        }
    ]
}