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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15821",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15819",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15820,
    "results": [
        {
            "start": 971178499,
            "stop": 971178500
        },
        {
            "start": 971178501,
            "stop": 971178502
        },
        {
            "start": 971178505,
            "stop": 971178511
        },
        {
            "start": 971178512,
            "stop": 971178515
        },
        {
            "start": 971178517,
            "stop": 971178520
        },
        {
            "start": 971178528,
            "stop": 971178533
        },
        {
            "start": 971178534,
            "stop": 971178535
        },
        {
            "start": 971178537,
            "stop": 971178540
        },
        {
            "start": 971178541,
            "stop": 971178543
        },
        {
            "start": 971178544,
            "stop": 971178546
        },
        {
            "start": 971178548,
            "stop": 971178552
        },
        {
            "start": 971178558,
            "stop": 971178559
        },
        {
            "start": 971178560,
            "stop": 971178564
        },
        {
            "start": 971178566,
            "stop": 971178568
        },
        {
            "start": 971178569,
            "stop": 971178570
        },
        {
            "start": 971178571,
            "stop": 971178572
        },
        {
            "start": 971178574,
            "stop": 971178575
        },
        {
            "start": 971178577,
            "stop": 971178578
        },
        {
            "start": 971178582,
            "stop": 971178583
        },
        {
            "start": 971178585,
            "stop": 971178586
        }
    ]
}