Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=522
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=523",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=521",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 522,
    "results": [
        {
            "start": 967147000,
            "stop": 967200078
        },
        {
            "start": 967201703,
            "stop": 967245845
        },
        {
            "start": 967247330,
            "stop": 967269441
        },
        {
            "start": 967271201,
            "stop": 967272397
        },
        {
            "start": 967357045,
            "stop": 967357495
        },
        {
            "start": 967361430,
            "stop": 967361601
        },
        {
            "start": 967366781,
            "stop": 967367451
        },
        {
            "start": 967369771,
            "stop": 967383764
        },
        {
            "start": 967385565,
            "stop": 967385628
        },
        {
            "start": 967388167,
            "stop": 967390229
        },
        {
            "start": 967391965,
            "stop": 967393285
        },
        {
            "start": 967393325,
            "stop": 967393765
        },
        {
            "start": 967414776,
            "stop": 967470696
        },
        {
            "start": 967470736,
            "stop": 967477656
        },
        {
            "start": 967477696,
            "stop": 967480856
        },
        {
            "start": 967480896,
            "stop": 967480976
        },
        {
            "start": 967481016,
            "stop": 967481576
        },
        {
            "start": 967481616,
            "stop": 967486812
        },
        {
            "start": 967663096,
            "stop": 967665553
        },
        {
            "start": 967668392,
            "stop": 967679966
        }
    ]
}