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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=154",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 155,
    "results": [
        {
            "start": 931596672,
            "stop": 931596694
        },
        {
            "start": 931596697,
            "stop": 931596698
        },
        {
            "start": 931596700,
            "stop": 931596701
        },
        {
            "start": 931596704,
            "stop": 931596713
        },
        {
            "start": 931596716,
            "stop": 931596719
        },
        {
            "start": 931596723,
            "stop": 931596724
        },
        {
            "start": 931596726,
            "stop": 931596729
        },
        {
            "start": 931596732,
            "stop": 931596738
        },
        {
            "start": 931596741,
            "stop": 931596750
        },
        {
            "start": 931596754,
            "stop": 931596762
        },
        {
            "start": 931596770,
            "stop": 931596775
        },
        {
            "start": 931596779,
            "stop": 931596785
        },
        {
            "start": 931596788,
            "stop": 931596798
        },
        {
            "start": 931596801,
            "stop": 931596808
        },
        {
            "start": 931596810,
            "stop": 931596811
        },
        {
            "start": 931596814,
            "stop": 931596840
        },
        {
            "start": 931596842,
            "stop": 931596855
        },
        {
            "start": 931596858,
            "stop": 931596861
        },
        {
            "start": 931596867,
            "stop": 931596877
        },
        {
            "start": 931596880,
            "stop": 931596881
        }
    ]
}