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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4661",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4659",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4660,
    "results": [
        {
            "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
        },
        {
            "start": 969683555,
            "stop": 969683735
        },
        {
            "start": 969683738,
            "stop": 969683832
        },
        {
            "start": 969683849,
            "stop": 969684203
        },
        {
            "start": 969684206,
            "stop": 969684246
        },
        {
            "start": 969684249,
            "stop": 969684268
        },
        {
            "start": 969684271,
            "stop": 969684543
        }
    ]
}