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=15963
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=15964",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15962",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15963,
    "results": [
        {
            "start": 971414625,
            "stop": 971414640
        },
        {
            "start": 971414641,
            "stop": 971414651
        },
        {
            "start": 971414654,
            "stop": 971414655
        },
        {
            "start": 971414658,
            "stop": 971414671
        },
        {
            "start": 971414672,
            "stop": 971414675
        },
        {
            "start": 971414677,
            "stop": 971414681
        },
        {
            "start": 971414682,
            "stop": 971414700
        },
        {
            "start": 971414701,
            "stop": 971414717
        },
        {
            "start": 971414718,
            "stop": 971414719
        },
        {
            "start": 971414722,
            "stop": 971414724
        },
        {
            "start": 971414726,
            "stop": 971414800
        },
        {
            "start": 971415594,
            "stop": 971415739
        },
        {
            "start": 971415742,
            "stop": 971415758
        },
        {
            "start": 971415776,
            "stop": 971415982
        },
        {
            "start": 971415985,
            "stop": 971416667
        },
        {
            "start": 971416670,
            "stop": 971417099
        },
        {
            "start": 971417102,
            "stop": 971417239
        },
        {
            "start": 971417242,
            "stop": 971417593
        },
        {
            "start": 971417596,
            "stop": 971418171
        },
        {
            "start": 971418174,
            "stop": 971418797
        }
    ]
}