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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=222",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 223,
    "results": [
        {
            "start": 931459007,
            "stop": 931459014
        },
        {
            "start": 931459016,
            "stop": 931459018
        },
        {
            "start": 931459020,
            "stop": 931459028
        },
        {
            "start": 931459030,
            "stop": 931459031
        },
        {
            "start": 931459033,
            "stop": 931459037
        },
        {
            "start": 931459039,
            "stop": 931459060
        },
        {
            "start": 931459062,
            "stop": 931459066
        },
        {
            "start": 931459068,
            "stop": 931459092
        },
        {
            "start": 931459096,
            "stop": 931459097
        },
        {
            "start": 931459101,
            "stop": 931459123
        },
        {
            "start": 931459125,
            "stop": 931459129
        },
        {
            "start": 931459133,
            "stop": 931459152
        },
        {
            "start": 931459154,
            "stop": 931459157
        },
        {
            "start": 931459159,
            "stop": 931459177
        },
        {
            "start": 931459179,
            "stop": 931459181
        },
        {
            "start": 931459184,
            "stop": 931459188
        },
        {
            "start": 931459190,
            "stop": 931459223
        },
        {
            "start": 931459242,
            "stop": 931459248
        },
        {
            "start": 931459251,
            "stop": 931459258
        },
        {
            "start": 931459261,
            "stop": 931459269
        }
    ]
}