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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=171",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 172,
    "results": [
        {
            "start": 932033871,
            "stop": 932033899
        },
        {
            "start": 932033901,
            "stop": 932033914
        },
        {
            "start": 932033916,
            "stop": 932033928
        },
        {
            "start": 932033931,
            "stop": 932038665
        },
        {
            "start": 932041437,
            "stop": 932047254
        },
        {
            "start": 932049047,
            "stop": 932055046
        },
        {
            "start": 932058572,
            "stop": 932060575
        },
        {
            "start": 932062705,
            "stop": 932074125
        },
        {
            "start": 932081683,
            "stop": 932090733
        },
        {
            "start": 932094330,
            "stop": 932104261
        },
        {
            "start": 932104267,
            "stop": 932106401
        },
        {
            "start": 932107168,
            "stop": 932107265
        },
        {
            "start": 932107272,
            "stop": 932108653
        },
        {
            "start": 932108680,
            "stop": 932109218
        },
        {
            "start": 932109959,
            "stop": 932110664
        },
        {
            "start": 932110666,
            "stop": 932110679
        },
        {
            "start": 932110681,
            "stop": 932110693
        },
        {
            "start": 932110696,
            "stop": 932110784
        },
        {
            "start": 932110786,
            "stop": 932110799
        },
        {
            "start": 932110801,
            "stop": 932110814
        }
    ]
}