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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5263",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5264,
    "results": [
        {
            "start": 874675211,
            "stop": 874675410
        },
        {
            "start": 874676130,
            "stop": 874676184
        },
        {
            "start": 874676218,
            "stop": 874676280
        },
        {
            "start": 874676314,
            "stop": 874676518
        },
        {
            "start": 874676578,
            "stop": 874676581
        },
        {
            "start": 874676617,
            "stop": 874676658
        },
        {
            "start": 874676692,
            "stop": 874676763
        },
        {
            "start": 874676797,
            "stop": 874676824
        },
        {
            "start": 874676841,
            "stop": 874676852
        },
        {
            "start": 874676915,
            "stop": 874676956
        },
        {
            "start": 874676992,
            "stop": 874677031
        },
        {
            "start": 874677065,
            "stop": 874677078
        },
        {
            "start": 874677128,
            "stop": 874677335
        },
        {
            "start": 874677410,
            "stop": 874677443
        },
        {
            "start": 874677477,
            "stop": 874677529
        },
        {
            "start": 874677563,
            "stop": 874678137
        },
        {
            "start": 874678171,
            "stop": 874678523
        },
        {
            "start": 874678557,
            "stop": 874678609
        },
        {
            "start": 874678643,
            "stop": 874678712
        },
        {
            "start": 874678748,
            "stop": 874678921
        }
    ]
}