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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=305",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 306,
    "results": [
        {
            "start": 931564353,
            "stop": 931564357
        },
        {
            "start": 931564360,
            "stop": 931564363
        },
        {
            "start": 931564367,
            "stop": 931564373
        },
        {
            "start": 931564376,
            "stop": 931564380
        },
        {
            "start": 931564383,
            "stop": 931564384
        },
        {
            "start": 931564386,
            "stop": 931564388
        },
        {
            "start": 931564391,
            "stop": 931564395
        },
        {
            "start": 931564398,
            "stop": 931564409
        },
        {
            "start": 931564412,
            "stop": 931564432
        },
        {
            "start": 931564434,
            "stop": 931564445
        },
        {
            "start": 931564450,
            "stop": 931564454
        },
        {
            "start": 931564457,
            "stop": 931564459
        },
        {
            "start": 931564462,
            "stop": 931564463
        },
        {
            "start": 931564469,
            "stop": 931564472
        },
        {
            "start": 931564475,
            "stop": 931564484
        },
        {
            "start": 931564488,
            "stop": 931564507
        },
        {
            "start": 931564516,
            "stop": 931564517
        },
        {
            "start": 931564525,
            "stop": 931564527
        },
        {
            "start": 931564532,
            "stop": 931564536
        },
        {
            "start": 931564539,
            "stop": 931564542
        }
    ]
}