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=522
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=523",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=521",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 522,
    "results": [
        {
            "start": 1184894279,
            "stop": 1184894280
        },
        {
            "start": 1184894287,
            "stop": 1184894290
        },
        {
            "start": 1184894294,
            "stop": 1184894296
        },
        {
            "start": 1184894300,
            "stop": 1184894569
        },
        {
            "start": 1184894575,
            "stop": 1184894576
        },
        {
            "start": 1184894578,
            "stop": 1184894623
        },
        {
            "start": 1184894625,
            "stop": 1184894630
        },
        {
            "start": 1184894636,
            "stop": 1184894646
        },
        {
            "start": 1184894649,
            "stop": 1184894663
        },
        {
            "start": 1184894666,
            "stop": 1184895688
        },
        {
            "start": 1184895690,
            "stop": 1184895694
        },
        {
            "start": 1184895699,
            "stop": 1184895700
        },
        {
            "start": 1184895703,
            "stop": 1184895750
        },
        {
            "start": 1184895753,
            "stop": 1184895756
        },
        {
            "start": 1184895758,
            "stop": 1184895761
        },
        {
            "start": 1184895763,
            "stop": 1184895765
        },
        {
            "start": 1184895768,
            "stop": 1184895847
        },
        {
            "start": 1184895849,
            "stop": 1184895919
        },
        {
            "start": 1184895921,
            "stop": 1184895944
        },
        {
            "start": 1184895947,
            "stop": 1184895951
        }
    ]
}