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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=210",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 211,
    "results": [
        {
            "start": 1420949963,
            "stop": 1420951467
        },
        {
            "start": 1420951475,
            "stop": 1420951480
        },
        {
            "start": 1420951484,
            "stop": 1420952845
        },
        {
            "start": 1420952847,
            "stop": 1420953173
        },
        {
            "start": 1420953175,
            "stop": 1420953375
        },
        {
            "start": 1420953379,
            "stop": 1420954377
        },
        {
            "start": 1420954380,
            "stop": 1420954515
        },
        {
            "start": 1420954524,
            "stop": 1420955867
        },
        {
            "start": 1420955871,
            "stop": 1420956051
        },
        {
            "start": 1420956055,
            "stop": 1420956082
        },
        {
            "start": 1420956084,
            "stop": 1420956223
        },
        {
            "start": 1420956231,
            "stop": 1420959084
        },
        {
            "start": 1420959086,
            "stop": 1420959591
        },
        {
            "start": 1420959596,
            "stop": 1420962107
        },
        {
            "start": 1420962111,
            "stop": 1420965069
        },
        {
            "start": 1420965187,
            "stop": 1420967481
        },
        {
            "start": 1420967483,
            "stop": 1420968245
        },
        {
            "start": 1420968314,
            "stop": 1420969775
        },
        {
            "start": 1420969783,
            "stop": 1420969792
        },
        {
            "start": 1420969793,
            "stop": 1420969799
        }
    ]
}