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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=19",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 20,
    "results": [
        {
            "start": 1369584059,
            "stop": 1369591027
        },
        {
            "start": 1369591032,
            "stop": 1369591325
        },
        {
            "start": 1369591330,
            "stop": 1369591412
        },
        {
            "start": 1369598234,
            "stop": 1369598245
        },
        {
            "start": 1369598250,
            "stop": 1369602115
        },
        {
            "start": 1369610209,
            "stop": 1369610680
        },
        {
            "start": 1369610683,
            "stop": 1369617309
        },
        {
            "start": 1369617314,
            "stop": 1369617324
        },
        {
            "start": 1369617329,
            "stop": 1369617392
        },
        {
            "start": 1369617397,
            "stop": 1369617535
        },
        {
            "start": 1369617540,
            "stop": 1369617585
        },
        {
            "start": 1369626067,
            "stop": 1369632030
        },
        {
            "start": 1369632034,
            "stop": 1369632035
        },
        {
            "start": 1369638079,
            "stop": 1369640148
        },
        {
            "start": 1369640153,
            "stop": 1369644126
        },
        {
            "start": 1369649613,
            "stop": 1369653050
        },
        {
            "start": 1369653055,
            "stop": 1369658687
        },
        {
            "start": 1369681145,
            "stop": 1369682943
        },
        {
            "start": 1369682948,
            "stop": 1369683225
        },
        {
            "start": 1369683230,
            "stop": 1369687779
        }
    ]
}