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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10164",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10165,
    "results": [
        {
            "start": 873784497,
            "stop": 873784684
        },
        {
            "start": 873784693,
            "stop": 873784727
        },
        {
            "start": 873784735,
            "stop": 873784859
        },
        {
            "start": 873784867,
            "stop": 873784912
        },
        {
            "start": 873784919,
            "stop": 873785135
        },
        {
            "start": 873785194,
            "stop": 873785255
        },
        {
            "start": 873785553,
            "stop": 873785635
        },
        {
            "start": 873786116,
            "stop": 873786128
        },
        {
            "start": 873786136,
            "stop": 873786146
        },
        {
            "start": 873786157,
            "stop": 873786159
        },
        {
            "start": 873786166,
            "stop": 873786174
        },
        {
            "start": 873796236,
            "stop": 873796274
        },
        {
            "start": 873796282,
            "stop": 873796291
        },
        {
            "start": 873796359,
            "stop": 873796444
        },
        {
            "start": 873796478,
            "stop": 873796484
        },
        {
            "start": 873796518,
            "stop": 873796698
        },
        {
            "start": 873796734,
            "stop": 873796964
        },
        {
            "start": 873796971,
            "stop": 873796980
        },
        {
            "start": 873797040,
            "stop": 873797114
        },
        {
            "start": 873797892,
            "stop": 873797968
        }
    ]
}