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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=160",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 161,
    "results": [
        {
            "start": 931597554,
            "stop": 931597568
        },
        {
            "start": 931597571,
            "stop": 931597585
        },
        {
            "start": 931597588,
            "stop": 931597591
        },
        {
            "start": 931597594,
            "stop": 931597619
        },
        {
            "start": 931597628,
            "stop": 931597635
        },
        {
            "start": 931597638,
            "stop": 931597639
        },
        {
            "start": 931597644,
            "stop": 931597648
        },
        {
            "start": 931597651,
            "stop": 931597661
        },
        {
            "start": 931597664,
            "stop": 931597670
        },
        {
            "start": 931597673,
            "stop": 931597678
        },
        {
            "start": 931597681,
            "stop": 931597684
        },
        {
            "start": 931597696,
            "stop": 931597697
        },
        {
            "start": 931597700,
            "stop": 931597704
        },
        {
            "start": 931597712,
            "stop": 931597714
        },
        {
            "start": 931597723,
            "stop": 931597728
        },
        {
            "start": 931597734,
            "stop": 931597782
        },
        {
            "start": 931597788,
            "stop": 931597793
        },
        {
            "start": 931597800,
            "stop": 931597802
        },
        {
            "start": 931597805,
            "stop": 931597808
        },
        {
            "start": 931597813,
            "stop": 931597817
        }
    ]
}