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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=59",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 60,
    "results": [
        {
            "start": 931253979,
            "stop": 931254115
        },
        {
            "start": 931254117,
            "stop": 931254178
        },
        {
            "start": 931254179,
            "stop": 931254199
        },
        {
            "start": 931254201,
            "stop": 931254222
        },
        {
            "start": 931254224,
            "stop": 931254393
        },
        {
            "start": 931254395,
            "stop": 931254544
        },
        {
            "start": 931254546,
            "stop": 931254632
        },
        {
            "start": 931254634,
            "stop": 931254638
        },
        {
            "start": 931254639,
            "stop": 931254733
        },
        {
            "start": 931254735,
            "stop": 931254752
        },
        {
            "start": 931254754,
            "stop": 931254914
        },
        {
            "start": 931254916,
            "stop": 931254937
        },
        {
            "start": 931254938,
            "stop": 931254962
        },
        {
            "start": 931254964,
            "stop": 931254966
        },
        {
            "start": 931254968,
            "stop": 931255096
        },
        {
            "start": 931255098,
            "stop": 931255122
        },
        {
            "start": 931255123,
            "stop": 931255168
        },
        {
            "start": 931255170,
            "stop": 931255196
        },
        {
            "start": 931255198,
            "stop": 931255245
        },
        {
            "start": 931255246,
            "stop": 931255530
        }
    ]
}