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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5194",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5192",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5193,
    "results": [
        {
            "start": 1136277115,
            "stop": 1136277122
        },
        {
            "start": 1136277126,
            "stop": 1136277163
        },
        {
            "start": 1136277165,
            "stop": 1136277175
        },
        {
            "start": 1136277177,
            "stop": 1136277225
        },
        {
            "start": 1136277227,
            "stop": 1136277249
        },
        {
            "start": 1136277251,
            "stop": 1136277255
        },
        {
            "start": 1136277257,
            "stop": 1136277356
        },
        {
            "start": 1136277358,
            "stop": 1136277360
        },
        {
            "start": 1136277362,
            "stop": 1136277394
        },
        {
            "start": 1136277396,
            "stop": 1136277408
        },
        {
            "start": 1136277412,
            "stop": 1136277435
        },
        {
            "start": 1136277437,
            "stop": 1136277444
        },
        {
            "start": 1136277446,
            "stop": 1136277469
        },
        {
            "start": 1136277471,
            "stop": 1136277476
        },
        {
            "start": 1136277478,
            "stop": 1136277512
        },
        {
            "start": 1136277514,
            "stop": 1136277598
        },
        {
            "start": 1136277600,
            "stop": 1136277604
        },
        {
            "start": 1136277606,
            "stop": 1136277607
        },
        {
            "start": 1136277609,
            "stop": 1136277659
        },
        {
            "start": 1136277661,
            "stop": 1136277664
        }
    ]
}