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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15804",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15802",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15803,
    "results": [
        {
            "start": 971175195,
            "stop": 971175207
        },
        {
            "start": 971175211,
            "stop": 971175230
        },
        {
            "start": 971175231,
            "stop": 971175249
        },
        {
            "start": 971175251,
            "stop": 971175260
        },
        {
            "start": 971175261,
            "stop": 971175264
        },
        {
            "start": 971175271,
            "stop": 971175272
        },
        {
            "start": 971175277,
            "stop": 971175278
        },
        {
            "start": 971175279,
            "stop": 971175287
        },
        {
            "start": 971175288,
            "stop": 971175289
        },
        {
            "start": 971175291,
            "stop": 971175303
        },
        {
            "start": 971175304,
            "stop": 971175314
        },
        {
            "start": 971175315,
            "stop": 971175317
        },
        {
            "start": 971175318,
            "stop": 971175320
        },
        {
            "start": 971175323,
            "stop": 971175329
        },
        {
            "start": 971175331,
            "stop": 971175337
        },
        {
            "start": 971175342,
            "stop": 971175343
        },
        {
            "start": 971175345,
            "stop": 971175349
        },
        {
            "start": 971175351,
            "stop": 971175357
        },
        {
            "start": 971175358,
            "stop": 971175360
        },
        {
            "start": 971175363,
            "stop": 971175365
        }
    ]
}