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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1889",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1887",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1888,
    "results": [
        {
            "start": 1251241566,
            "stop": 1251241567
        },
        {
            "start": 1251241569,
            "stop": 1251241581
        },
        {
            "start": 1251241582,
            "stop": 1251241583
        },
        {
            "start": 1251241584,
            "stop": 1251241623
        },
        {
            "start": 1251241648,
            "stop": 1251242026
        },
        {
            "start": 1251242194,
            "stop": 1251242687
        },
        {
            "start": 1251242688,
            "stop": 1251243506
        },
        {
            "start": 1251243509,
            "stop": 1251243969
        },
        {
            "start": 1251243972,
            "stop": 1251244108
        },
        {
            "start": 1251244116,
            "stop": 1251244353
        },
        {
            "start": 1251244356,
            "stop": 1251247859
        },
        {
            "start": 1251247862,
            "stop": 1251250413
        },
        {
            "start": 1251250416,
            "stop": 1251250906
        },
        {
            "start": 1251250914,
            "stop": 1251252886
        },
        {
            "start": 1251252889,
            "stop": 1251253047
        },
        {
            "start": 1251253050,
            "stop": 1251255779
        },
        {
            "start": 1251255782,
            "stop": 1251256514
        },
        {
            "start": 1251256516,
            "stop": 1251256725
        },
        {
            "start": 1251256730,
            "stop": 1251256755
        },
        {
            "start": 1251256762,
            "stop": 1251256763
        }
    ]
}