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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=57",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 58,
    "results": [
        {
            "start": 1126426722,
            "stop": 1126426766
        },
        {
            "start": 1126426769,
            "stop": 1126426776
        },
        {
            "start": 1126426778,
            "stop": 1126426814
        },
        {
            "start": 1126426816,
            "stop": 1126426823
        },
        {
            "start": 1126426828,
            "stop": 1126426833
        },
        {
            "start": 1126426835,
            "stop": 1126426842
        },
        {
            "start": 1126426844,
            "stop": 1126426855
        },
        {
            "start": 1126426857,
            "stop": 1126426932
        },
        {
            "start": 1126426934,
            "stop": 1126426961
        },
        {
            "start": 1126426963,
            "stop": 1126427024
        },
        {
            "start": 1126427026,
            "stop": 1126427033
        },
        {
            "start": 1126427035,
            "stop": 1126427053
        },
        {
            "start": 1126427055,
            "stop": 1126427132
        },
        {
            "start": 1126427134,
            "stop": 1126427136
        },
        {
            "start": 1126427138,
            "stop": 1126427187
        },
        {
            "start": 1126427189,
            "stop": 1126427236
        },
        {
            "start": 1126427240,
            "stop": 1126427243
        },
        {
            "start": 1126427244,
            "stop": 1126427247
        },
        {
            "start": 1126427249,
            "stop": 1126427250
        },
        {
            "start": 1126427252,
            "stop": 1126427275
        }
    ]
}