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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14095",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14093",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14094,
    "results": [
        {
            "start": 971158609,
            "stop": 971158610
        },
        {
            "start": 971158612,
            "stop": 971158614
        },
        {
            "start": 971158618,
            "stop": 971158619
        },
        {
            "start": 971158621,
            "stop": 971158623
        },
        {
            "start": 971158624,
            "stop": 971158625
        },
        {
            "start": 971158626,
            "stop": 971158627
        },
        {
            "start": 971158628,
            "stop": 971158629
        },
        {
            "start": 971158631,
            "stop": 971158634
        },
        {
            "start": 971158638,
            "stop": 971158641
        },
        {
            "start": 971158644,
            "stop": 971158648
        },
        {
            "start": 971158649,
            "stop": 971158650
        },
        {
            "start": 971158652,
            "stop": 971158655
        },
        {
            "start": 971158656,
            "stop": 971158659
        },
        {
            "start": 971158670,
            "stop": 971158671
        },
        {
            "start": 971158675,
            "stop": 971158677
        },
        {
            "start": 971158682,
            "stop": 971158684
        },
        {
            "start": 971158686,
            "stop": 971158689
        },
        {
            "start": 971158694,
            "stop": 971158696
        },
        {
            "start": 971158698,
            "stop": 971158702
        },
        {
            "start": 971158703,
            "stop": 971158709
        }
    ]
}