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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=59",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 60,
    "results": [
        {
            "start": 931400709,
            "stop": 931400712
        },
        {
            "start": 931400714,
            "stop": 931400737
        },
        {
            "start": 931400739,
            "stop": 931400779
        },
        {
            "start": 931400797,
            "stop": 931400828
        },
        {
            "start": 931400850,
            "stop": 931400862
        },
        {
            "start": 931400880,
            "stop": 931400885
        },
        {
            "start": 931400903,
            "stop": 931400922
        },
        {
            "start": 931400956,
            "stop": 931400976
        },
        {
            "start": 931400994,
            "stop": 931400995
        },
        {
            "start": 931401013,
            "stop": 931401044
        },
        {
            "start": 931401071,
            "stop": 931401081
        },
        {
            "start": 931401098,
            "stop": 931401104
        },
        {
            "start": 931401127,
            "stop": 931401129
        },
        {
            "start": 931401160,
            "stop": 931401185
        },
        {
            "start": 931401203,
            "stop": 931401227
        },
        {
            "start": 931401258,
            "stop": 931401259
        },
        {
            "start": 931401313,
            "stop": 931401321
        },
        {
            "start": 931401338,
            "stop": 931401355
        },
        {
            "start": 931401379,
            "stop": 931401385
        },
        {
            "start": 931401425,
            "stop": 931401428
        }
    ]
}