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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4705",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4703",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4704,
    "results": [
        {
            "start": 969971936,
            "stop": 969971944
        },
        {
            "start": 969971947,
            "stop": 969971957
        },
        {
            "start": 969971960,
            "stop": 969971996
        },
        {
            "start": 969971999,
            "stop": 969972060
        },
        {
            "start": 969972063,
            "stop": 969972084
        },
        {
            "start": 969972087,
            "stop": 969972126
        },
        {
            "start": 969972129,
            "stop": 969972210
        },
        {
            "start": 969972213,
            "stop": 969972318
        },
        {
            "start": 969972323,
            "stop": 969972340
        },
        {
            "start": 969972343,
            "stop": 969972360
        },
        {
            "start": 969972364,
            "stop": 969972398
        },
        {
            "start": 969972402,
            "stop": 969972426
        },
        {
            "start": 969972429,
            "stop": 969972465
        },
        {
            "start": 969972468,
            "stop": 969972584
        },
        {
            "start": 969972587,
            "stop": 969972603
        },
        {
            "start": 969972606,
            "stop": 969972608
        },
        {
            "start": 969972611,
            "stop": 969972664
        },
        {
            "start": 969972667,
            "stop": 969972668
        },
        {
            "start": 969972671,
            "stop": 969972733
        },
        {
            "start": 969972736,
            "stop": 969972753
        }
    ]
}