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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=315",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 316,
    "results": [
        {
            "start": 931566316,
            "stop": 931566321
        },
        {
            "start": 931566324,
            "stop": 931566325
        },
        {
            "start": 931566326,
            "stop": 931566331
        },
        {
            "start": 931589668,
            "stop": 931589669
        },
        {
            "start": 931589672,
            "stop": 931589676
        },
        {
            "start": 931589682,
            "stop": 931589684
        },
        {
            "start": 931589688,
            "stop": 931589690
        },
        {
            "start": 931589696,
            "stop": 931589699
        },
        {
            "start": 931589702,
            "stop": 931589706
        },
        {
            "start": 931589724,
            "stop": 931589726
        },
        {
            "start": 931589729,
            "stop": 931589737
        },
        {
            "start": 931589740,
            "stop": 931589741
        },
        {
            "start": 931589744,
            "stop": 931589751
        },
        {
            "start": 931589754,
            "stop": 931589756
        },
        {
            "start": 931589764,
            "stop": 931589767
        },
        {
            "start": 931589769,
            "stop": 931589772
        },
        {
            "start": 931589777,
            "stop": 931589779
        },
        {
            "start": 931589782,
            "stop": 931589786
        },
        {
            "start": 931589791,
            "stop": 931589793
        },
        {
            "start": 931589798,
            "stop": 931589799
        }
    ]
}