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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=63",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 64,
    "results": [
        {
            "start": 1373090988,
            "stop": 1373091688
        },
        {
            "start": 1373091693,
            "stop": 1373092838
        },
        {
            "start": 1373092843,
            "stop": 1373095530
        },
        {
            "start": 1373095536,
            "stop": 1373099131
        },
        {
            "start": 1373099135,
            "stop": 1373101856
        },
        {
            "start": 1373101861,
            "stop": 1373101872
        },
        {
            "start": 1373101877,
            "stop": 1373102383
        },
        {
            "start": 1373102388,
            "stop": 1373107611
        },
        {
            "start": 1373107616,
            "stop": 1373116937
        },
        {
            "start": 1373116942,
            "stop": 1373119332
        },
        {
            "start": 1373119337,
            "stop": 1373120488
        },
        {
            "start": 1373142881,
            "stop": 1373145621
        },
        {
            "start": 1373145626,
            "stop": 1373149467
        },
        {
            "start": 1373149576,
            "stop": 1373149786
        },
        {
            "start": 1373157108,
            "stop": 1373157188
        },
        {
            "start": 1373157193,
            "stop": 1373160178
        },
        {
            "start": 1373160183,
            "stop": 1373164167
        },
        {
            "start": 1373164172,
            "stop": 1373165894
        },
        {
            "start": 1373165899,
            "stop": 1373167835
        },
        {
            "start": 1373167840,
            "stop": 1373170168
        }
    ]
}