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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=139",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 140,
    "results": [
        {
            "start": 953927388,
            "stop": 953927413
        },
        {
            "start": 953927416,
            "stop": 953927427
        },
        {
            "start": 953927432,
            "stop": 953927434
        },
        {
            "start": 953927455,
            "stop": 953927458
        },
        {
            "start": 953927473,
            "stop": 953927476
        },
        {
            "start": 953927494,
            "stop": 953927495
        },
        {
            "start": 953927505,
            "stop": 953927508
        },
        {
            "start": 953927514,
            "stop": 953927533
        },
        {
            "start": 953927537,
            "stop": 953927561
        },
        {
            "start": 953927571,
            "stop": 953927573
        },
        {
            "start": 953927576,
            "stop": 953927579
        },
        {
            "start": 953927582,
            "stop": 953927632
        },
        {
            "start": 953942055,
            "stop": 953942215
        },
        {
            "start": 953942217,
            "stop": 953942444
        },
        {
            "start": 953942448,
            "stop": 953942698
        },
        {
            "start": 953942701,
            "stop": 953943658
        },
        {
            "start": 953943662,
            "stop": 953946728
        },
        {
            "start": 953949192,
            "stop": 953962057
        },
        {
            "start": 953962060,
            "stop": 953962795
        },
        {
            "start": 953962798,
            "stop": 953963494
        }
    ]
}