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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=281",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 282,
    "results": [
        {
            "start": 931684633,
            "stop": 931684634
        },
        {
            "start": 931684644,
            "stop": 931684645
        },
        {
            "start": 931684669,
            "stop": 931684670
        },
        {
            "start": 931684680,
            "stop": 931684684
        },
        {
            "start": 931684688,
            "stop": 931684689
        },
        {
            "start": 931684693,
            "stop": 931684694
        },
        {
            "start": 931684700,
            "stop": 931684702
        },
        {
            "start": 931684705,
            "stop": 931684708
        },
        {
            "start": 931684722,
            "stop": 931684723
        },
        {
            "start": 931684729,
            "stop": 931684730
        },
        {
            "start": 931684751,
            "stop": 931684752
        },
        {
            "start": 931684758,
            "stop": 931684760
        },
        {
            "start": 931684763,
            "stop": 931684765
        },
        {
            "start": 931684774,
            "stop": 931684775
        },
        {
            "start": 931684777,
            "stop": 931684778
        },
        {
            "start": 931684781,
            "stop": 931684783
        },
        {
            "start": 931684786,
            "stop": 931684790
        },
        {
            "start": 931684797,
            "stop": 931684798
        },
        {
            "start": 931684833,
            "stop": 931684836
        },
        {
            "start": 931684853,
            "stop": 931684854
        }
    ]
}