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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=174",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 175,
    "results": [
        {
            "start": 931600650,
            "stop": 931600654
        },
        {
            "start": 931600657,
            "stop": 931600660
        },
        {
            "start": 931600662,
            "stop": 931600674
        },
        {
            "start": 931600677,
            "stop": 931600682
        },
        {
            "start": 931600685,
            "stop": 931600692
        },
        {
            "start": 931600698,
            "stop": 931600703
        },
        {
            "start": 931600708,
            "stop": 931600711
        },
        {
            "start": 931600715,
            "stop": 931600718
        },
        {
            "start": 931600721,
            "stop": 931600724
        },
        {
            "start": 931600729,
            "stop": 931600731
        },
        {
            "start": 931600735,
            "stop": 931600745
        },
        {
            "start": 931600749,
            "stop": 931600759
        },
        {
            "start": 931600765,
            "stop": 931600766
        },
        {
            "start": 931600770,
            "stop": 931600781
        },
        {
            "start": 931600788,
            "stop": 931600791
        },
        {
            "start": 931600794,
            "stop": 931600813
        },
        {
            "start": 931600816,
            "stop": 931600819
        },
        {
            "start": 931600822,
            "stop": 931600824
        },
        {
            "start": 931600829,
            "stop": 931600831
        },
        {
            "start": 931600834,
            "stop": 931600835
        }
    ]
}