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=5320
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=5321",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5319",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5320,
    "results": [
        {
            "start": 1137216124,
            "stop": 1137216137
        },
        {
            "start": 1137216139,
            "stop": 1137216260
        },
        {
            "start": 1137216263,
            "stop": 1137216333
        },
        {
            "start": 1137216335,
            "stop": 1137216503
        },
        {
            "start": 1137216505,
            "stop": 1137216506
        },
        {
            "start": 1137216508,
            "stop": 1137216520
        },
        {
            "start": 1137216522,
            "stop": 1137216530
        },
        {
            "start": 1137216532,
            "stop": 1137216641
        },
        {
            "start": 1137216643,
            "stop": 1137216721
        },
        {
            "start": 1137216723,
            "stop": 1137216838
        },
        {
            "start": 1137216840,
            "stop": 1137216843
        },
        {
            "start": 1137216845,
            "stop": 1137216868
        },
        {
            "start": 1137216870,
            "stop": 1137216937
        },
        {
            "start": 1137216939,
            "stop": 1137217067
        },
        {
            "start": 1137217069,
            "stop": 1137217162
        },
        {
            "start": 1137217164,
            "stop": 1137217402
        },
        {
            "start": 1137217404,
            "stop": 1137217531
        },
        {
            "start": 1137217533,
            "stop": 1137217557
        },
        {
            "start": 1137217558,
            "stop": 1137217644
        },
        {
            "start": 1137217646,
            "stop": 1137217678
        }
    ]
}