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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=184",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 185,
    "results": [
        {
            "start": 931602628,
            "stop": 931602630
        },
        {
            "start": 931602635,
            "stop": 931602636
        },
        {
            "start": 931602639,
            "stop": 931602659
        },
        {
            "start": 931602662,
            "stop": 931602667
        },
        {
            "start": 931602674,
            "stop": 931602684
        },
        {
            "start": 931602687,
            "stop": 931602693
        },
        {
            "start": 931602696,
            "stop": 931602698
        },
        {
            "start": 931602702,
            "stop": 931602705
        },
        {
            "start": 931602708,
            "stop": 931602714
        },
        {
            "start": 931602719,
            "stop": 931602723
        },
        {
            "start": 931602729,
            "stop": 931602734
        },
        {
            "start": 931602736,
            "stop": 931602741
        },
        {
            "start": 931602745,
            "stop": 931602746
        },
        {
            "start": 931602749,
            "stop": 931602752
        },
        {
            "start": 931602757,
            "stop": 931602766
        },
        {
            "start": 931602771,
            "stop": 931602772
        },
        {
            "start": 931602785,
            "stop": 931602788
        },
        {
            "start": 931602791,
            "stop": 931602793
        },
        {
            "start": 931602796,
            "stop": 931602800
        },
        {
            "start": 931602803,
            "stop": 931602804
        }
    ]
}