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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=153",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 154,
    "results": [
        {
            "start": 954349341,
            "stop": 954349351
        },
        {
            "start": 954349354,
            "stop": 954349363
        },
        {
            "start": 954349368,
            "stop": 954349374
        },
        {
            "start": 954349377,
            "stop": 954349378
        },
        {
            "start": 954349388,
            "stop": 954349396
        },
        {
            "start": 954349400,
            "stop": 954349446
        },
        {
            "start": 954349450,
            "stop": 954349506
        },
        {
            "start": 954349509,
            "stop": 954349515
        },
        {
            "start": 954349518,
            "stop": 954349549
        },
        {
            "start": 954349553,
            "stop": 954349568
        },
        {
            "start": 954349571,
            "stop": 954349574
        },
        {
            "start": 954349577,
            "stop": 954349627
        },
        {
            "start": 954349630,
            "stop": 954349645
        },
        {
            "start": 954349648,
            "stop": 954349672
        },
        {
            "start": 954349682,
            "stop": 954349684
        },
        {
            "start": 954349687,
            "stop": 954349698
        },
        {
            "start": 954349701,
            "stop": 954349716
        },
        {
            "start": 954349719,
            "stop": 954349726
        },
        {
            "start": 954349733,
            "stop": 954349738
        },
        {
            "start": 954349762,
            "stop": 954349773
        }
    ]
}