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_CBCLOW_CAT4/segments?format=api&page=220
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=221",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=219",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 220,
    "results": [
        {
            "start": 933919410,
            "stop": 933919413
        },
        {
            "start": 933919416,
            "stop": 933919423
        },
        {
            "start": 933919425,
            "stop": 933919430
        },
        {
            "start": 933919435,
            "stop": 933919444
        },
        {
            "start": 933919446,
            "stop": 933920955
        },
        {
            "start": 933921195,
            "stop": 933921269
        },
        {
            "start": 933921509,
            "stop": 933922040
        },
        {
            "start": 933922042,
            "stop": 933922932
        },
        {
            "start": 933922934,
            "stop": 933922952
        },
        {
            "start": 933922957,
            "stop": 933922964
        },
        {
            "start": 933922967,
            "stop": 933922975
        },
        {
            "start": 933922977,
            "stop": 933922980
        },
        {
            "start": 933922983,
            "stop": 933922988
        },
        {
            "start": 933922992,
            "stop": 933923007
        },
        {
            "start": 933923010,
            "stop": 933923013
        },
        {
            "start": 933923016,
            "stop": 933923029
        },
        {
            "start": 933923035,
            "stop": 933924555
        },
        {
            "start": 933924795,
            "stop": 933926450
        },
        {
            "start": 933926452,
            "stop": 933926531
        },
        {
            "start": 933926534,
            "stop": 933926551
        }
    ]
}