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=5166
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=5167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5165",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5166,
    "results": [
        {
            "start": 969671876,
            "stop": 969672258
        },
        {
            "start": 969672261,
            "stop": 969673145
        },
        {
            "start": 969673148,
            "stop": 969674047
        },
        {
            "start": 969674064,
            "stop": 969675619
        },
        {
            "start": 969675622,
            "stop": 969675765
        },
        {
            "start": 969675768,
            "stop": 969675843
        },
        {
            "start": 969675846,
            "stop": 969677203
        },
        {
            "start": 969677206,
            "stop": 969677280
        },
        {
            "start": 969677283,
            "stop": 969677340
        },
        {
            "start": 969677343,
            "stop": 969677709
        },
        {
            "start": 969677712,
            "stop": 969677738
        },
        {
            "start": 969678038,
            "stop": 969678157
        },
        {
            "start": 969681562,
            "stop": 969681855
        },
        {
            "start": 969681858,
            "stop": 969682172
        },
        {
            "start": 969682175,
            "stop": 969682353
        },
        {
            "start": 969682356,
            "stop": 969682511
        },
        {
            "start": 969682514,
            "stop": 969682872
        },
        {
            "start": 969682875,
            "stop": 969683168
        },
        {
            "start": 969683171,
            "stop": 969683178
        },
        {
            "start": 969683181,
            "stop": 969683552
        }
    ]
}