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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=181",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 182,
    "results": [
        {
            "start": 816913089,
            "stop": 816913098
        },
        {
            "start": 816913102,
            "stop": 816913111
        },
        {
            "start": 816913117,
            "stop": 816913118
        },
        {
            "start": 816913129,
            "stop": 816913130
        },
        {
            "start": 816913143,
            "stop": 816913220
        },
        {
            "start": 816913227,
            "stop": 816913262
        },
        {
            "start": 816913266,
            "stop": 816913269
        },
        {
            "start": 816913275,
            "stop": 816913277
        },
        {
            "start": 816913282,
            "stop": 816913292
        },
        {
            "start": 816913296,
            "stop": 816913309
        },
        {
            "start": 816913312,
            "stop": 816913392
        },
        {
            "start": 816914496,
            "stop": 816914498
        },
        {
            "start": 816914502,
            "stop": 816914543
        },
        {
            "start": 816914552,
            "stop": 816914600
        },
        {
            "start": 816914605,
            "stop": 816914614
        },
        {
            "start": 816914620,
            "stop": 816914666
        },
        {
            "start": 816914669,
            "stop": 816914706
        },
        {
            "start": 816914710,
            "stop": 816914719
        },
        {
            "start": 816914724,
            "stop": 816914734
        },
        {
            "start": 816914742,
            "stop": 816914743
        }
    ]
}