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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=154",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 155,
    "results": [
        {
            "start": 1418696550,
            "stop": 1418698476
        },
        {
            "start": 1418698481,
            "stop": 1418703131
        },
        {
            "start": 1418703134,
            "stop": 1418712696
        },
        {
            "start": 1418712699,
            "stop": 1418734388
        },
        {
            "start": 1418734393,
            "stop": 1418738968
        },
        {
            "start": 1418738971,
            "stop": 1418762463
        },
        {
            "start": 1418762466,
            "stop": 1418769423
        },
        {
            "start": 1418769428,
            "stop": 1418770674
        },
        {
            "start": 1418770676,
            "stop": 1418774354
        },
        {
            "start": 1418774356,
            "stop": 1418775923
        },
        {
            "start": 1418775928,
            "stop": 1418790399
        },
        {
            "start": 1418790403,
            "stop": 1418806013
        },
        {
            "start": 1418806016,
            "stop": 1418815293
        },
        {
            "start": 1418815298,
            "stop": 1418820379
        },
        {
            "start": 1418820384,
            "stop": 1418823133
        },
        {
            "start": 1418823451,
            "stop": 1418824726
        },
        {
            "start": 1418824730,
            "stop": 1418831061
        },
        {
            "start": 1418831064,
            "stop": 1418833390
        },
        {
            "start": 1418841470,
            "stop": 1418845461
        },
        {
            "start": 1418845464,
            "stop": 1418852609
        }
    ]
}