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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=48",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 49,
    "results": [
        {
            "start": 1126327643,
            "stop": 1126327662
        },
        {
            "start": 1126327663,
            "stop": 1126327701
        },
        {
            "start": 1126327702,
            "stop": 1126327703
        },
        {
            "start": 1126327704,
            "stop": 1126327722
        },
        {
            "start": 1126327723,
            "stop": 1126327747
        },
        {
            "start": 1126327748,
            "stop": 1126327797
        },
        {
            "start": 1126327799,
            "stop": 1126327889
        },
        {
            "start": 1126327891,
            "stop": 1126327892
        },
        {
            "start": 1126327893,
            "stop": 1126328111
        },
        {
            "start": 1126328112,
            "stop": 1126328158
        },
        {
            "start": 1126328160,
            "stop": 1126328166
        },
        {
            "start": 1126328168,
            "stop": 1126328173
        },
        {
            "start": 1126328175,
            "stop": 1126328412
        },
        {
            "start": 1126328414,
            "stop": 1126328751
        },
        {
            "start": 1126328752,
            "stop": 1126328957
        },
        {
            "start": 1126329017,
            "stop": 1126329019
        },
        {
            "start": 1126329022,
            "stop": 1126329051
        },
        {
            "start": 1126329053,
            "stop": 1126329089
        },
        {
            "start": 1126329090,
            "stop": 1126329221
        },
        {
            "start": 1126329223,
            "stop": 1126329325
        }
    ]
}