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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=317",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 318,
    "results": [
        {
            "start": 1378420908,
            "stop": 1378420911
        },
        {
            "start": 1378420916,
            "stop": 1378421956
        },
        {
            "start": 1378421958,
            "stop": 1378424370
        },
        {
            "start": 1378424372,
            "stop": 1378430145
        },
        {
            "start": 1378430149,
            "stop": 1378431103
        },
        {
            "start": 1378431105,
            "stop": 1378433620
        },
        {
            "start": 1378433622,
            "stop": 1378435719
        },
        {
            "start": 1378435720,
            "stop": 1378437485
        },
        {
            "start": 1378437489,
            "stop": 1378437986
        },
        {
            "start": 1378437988,
            "stop": 1378440037
        },
        {
            "start": 1378440039,
            "stop": 1378442294
        },
        {
            "start": 1378442298,
            "stop": 1378444198
        },
        {
            "start": 1378444199,
            "stop": 1378446335
        },
        {
            "start": 1378446337,
            "stop": 1378448274
        },
        {
            "start": 1378448275,
            "stop": 1378450576
        },
        {
            "start": 1378450578,
            "stop": 1378451696
        },
        {
            "start": 1378451697,
            "stop": 1378453394
        },
        {
            "start": 1378453395,
            "stop": 1378455228
        },
        {
            "start": 1378455229,
            "stop": 1378456624
        },
        {
            "start": 1378456626,
            "stop": 1378457982
        }
    ]
}