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=10070
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=10071",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10069",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10070,
    "results": [
        {
            "start": 873040743,
            "stop": 873040759
        },
        {
            "start": 873040795,
            "stop": 873040920
        },
        {
            "start": 873041160,
            "stop": 873041437
        },
        {
            "start": 873041455,
            "stop": 873041469
        },
        {
            "start": 873041503,
            "stop": 873041529
        },
        {
            "start": 873041546,
            "stop": 873041902
        },
        {
            "start": 873041936,
            "stop": 873042517
        },
        {
            "start": 873042534,
            "stop": 873042769
        },
        {
            "start": 873042786,
            "stop": 873043039
        },
        {
            "start": 873043056,
            "stop": 873044018
        },
        {
            "start": 873044177,
            "stop": 873044677
        },
        {
            "start": 873044684,
            "stop": 873044711
        },
        {
            "start": 873044728,
            "stop": 873047082
        },
        {
            "start": 873047202,
            "stop": 873049121
        },
        {
            "start": 873049241,
            "stop": 873049320
        },
        {
            "start": 873049354,
            "stop": 873049905
        },
        {
            "start": 873049939,
            "stop": 873052585
        },
        {
            "start": 873052602,
            "stop": 873052800
        },
        {
            "start": 873052860,
            "stop": 873054685
        },
        {
            "start": 873054824,
            "stop": 873056441
        }
    ]
}