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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=391",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 392,
    "results": [
        {
            "start": 1182150317,
            "stop": 1182150347
        },
        {
            "start": 1182150348,
            "stop": 1182151268
        },
        {
            "start": 1182151270,
            "stop": 1182151800
        },
        {
            "start": 1182151801,
            "stop": 1182152379
        },
        {
            "start": 1182152380,
            "stop": 1182154309
        },
        {
            "start": 1182154310,
            "stop": 1182157954
        },
        {
            "start": 1182157955,
            "stop": 1182158645
        },
        {
            "start": 1182158649,
            "stop": 1182160274
        },
        {
            "start": 1182160275,
            "stop": 1182162851
        },
        {
            "start": 1182162852,
            "stop": 1182165123
        },
        {
            "start": 1182165124,
            "stop": 1182168323
        },
        {
            "start": 1182168324,
            "stop": 1182170340
        },
        {
            "start": 1182195955,
            "stop": 1182196698
        },
        {
            "start": 1182196702,
            "stop": 1182197847
        },
        {
            "start": 1182197851,
            "stop": 1182198081
        },
        {
            "start": 1182198082,
            "stop": 1182205285
        },
        {
            "start": 1182205288,
            "stop": 1182207192
        },
        {
            "start": 1182207195,
            "stop": 1182209813
        },
        {
            "start": 1182209814,
            "stop": 1182211833
        },
        {
            "start": 1182211836,
            "stop": 1182215472
        }
    ]
}