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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=109",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 110,
    "results": [
        {
            "start": 1126615415,
            "stop": 1126615427
        },
        {
            "start": 1126615428,
            "stop": 1126615748
        },
        {
            "start": 1126615749,
            "stop": 1126616034
        },
        {
            "start": 1126616035,
            "stop": 1126616325
        },
        {
            "start": 1126616326,
            "stop": 1126616637
        },
        {
            "start": 1126616638,
            "stop": 1126616930
        },
        {
            "start": 1126616932,
            "stop": 1126617240
        },
        {
            "start": 1126617241,
            "stop": 1126617528
        },
        {
            "start": 1126617529,
            "stop": 1126617531
        },
        {
            "start": 1126617532,
            "stop": 1126617592
        },
        {
            "start": 1126617593,
            "stop": 1126617837
        },
        {
            "start": 1126617838,
            "stop": 1126618146
        },
        {
            "start": 1126618147,
            "stop": 1126618302
        },
        {
            "start": 1126618303,
            "stop": 1126618442
        },
        {
            "start": 1126618444,
            "stop": 1126618732
        },
        {
            "start": 1126618733,
            "stop": 1126618787
        },
        {
            "start": 1126618788,
            "stop": 1126619016
        },
        {
            "start": 1126619017,
            "stop": 1126619324
        },
        {
            "start": 1126619325,
            "stop": 1126619623
        },
        {
            "start": 1126619624,
            "stop": 1126619917
        }
    ]
}