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=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=127",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 128,
    "results": [
        {
            "start": 1126645980,
            "stop": 1126646138
        },
        {
            "start": 1126646139,
            "stop": 1126646509
        },
        {
            "start": 1126646511,
            "stop": 1126646527
        },
        {
            "start": 1126646529,
            "stop": 1126646554
        },
        {
            "start": 1126646555,
            "stop": 1126646905
        },
        {
            "start": 1126646907,
            "stop": 1126647142
        },
        {
            "start": 1126647143,
            "stop": 1126647327
        },
        {
            "start": 1126647328,
            "stop": 1126647702
        },
        {
            "start": 1126647703,
            "stop": 1126648097
        },
        {
            "start": 1126648098,
            "stop": 1126648487
        },
        {
            "start": 1126648488,
            "stop": 1126648618
        },
        {
            "start": 1126648625,
            "stop": 1126648865
        },
        {
            "start": 1126648866,
            "stop": 1126649222
        },
        {
            "start": 1126649223,
            "stop": 1126649258
        },
        {
            "start": 1126649259,
            "stop": 1126649630
        },
        {
            "start": 1126649631,
            "stop": 1126649776
        },
        {
            "start": 1126649777,
            "stop": 1126650038
        },
        {
            "start": 1126650039,
            "stop": 1126650380
        },
        {
            "start": 1126650382,
            "stop": 1126650429
        },
        {
            "start": 1126650430,
            "stop": 1126650604
        }
    ]
}