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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=329",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 330,
    "results": [
        {
            "start": 1181960592,
            "stop": 1181973340
        },
        {
            "start": 1181973341,
            "stop": 1181973348
        },
        {
            "start": 1181973353,
            "stop": 1181975138
        },
        {
            "start": 1181975141,
            "stop": 1181976642
        },
        {
            "start": 1181976643,
            "stop": 1181976644
        },
        {
            "start": 1181976645,
            "stop": 1181976646
        },
        {
            "start": 1181976649,
            "stop": 1181976651
        },
        {
            "start": 1181976657,
            "stop": 1181977606
        },
        {
            "start": 1181977607,
            "stop": 1181977614
        },
        {
            "start": 1181981351,
            "stop": 1181981432
        },
        {
            "start": 1181985023,
            "stop": 1181985111
        },
        {
            "start": 1181985112,
            "stop": 1181985511
        },
        {
            "start": 1181985512,
            "stop": 1181985552
        },
        {
            "start": 1181985553,
            "stop": 1181985560
        },
        {
            "start": 1181985564,
            "stop": 1181985568
        },
        {
            "start": 1181985573,
            "stop": 1181985599
        },
        {
            "start": 1181985600,
            "stop": 1181985627
        },
        {
            "start": 1181985633,
            "stop": 1181985634
        },
        {
            "start": 1181985640,
            "stop": 1181985641
        },
        {
            "start": 1181985646,
            "stop": 1181985650
        }
    ]
}