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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5131",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5132,
    "results": [
        {
            "start": 969400987,
            "stop": 969401089
        },
        {
            "start": 969401092,
            "stop": 969401381
        },
        {
            "start": 969401384,
            "stop": 969403543
        },
        {
            "start": 969403546,
            "stop": 969405650
        },
        {
            "start": 969405654,
            "stop": 969405673
        },
        {
            "start": 969405676,
            "stop": 969406249
        },
        {
            "start": 969406252,
            "stop": 969406580
        },
        {
            "start": 969406583,
            "stop": 969406588
        },
        {
            "start": 969406591,
            "stop": 969407460
        },
        {
            "start": 969407463,
            "stop": 969408039
        },
        {
            "start": 969408042,
            "stop": 969408523
        },
        {
            "start": 969408526,
            "stop": 969408586
        },
        {
            "start": 969410314,
            "stop": 969410448
        },
        {
            "start": 969410451,
            "stop": 969410569
        },
        {
            "start": 969410572,
            "stop": 969410607
        },
        {
            "start": 969410610,
            "stop": 969411566
        },
        {
            "start": 969411569,
            "stop": 969411649
        },
        {
            "start": 969411652,
            "stop": 969411684
        },
        {
            "start": 969411687,
            "stop": 969411863
        },
        {
            "start": 969411866,
            "stop": 969411884
        }
    ]
}