Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=58
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=57",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 58,
    "results": [
        {
            "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
        },
        {
            "start": 931401446,
            "stop": 931401451
        }
    ]
}