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=1714
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=1715",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1713",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1714,
    "results": [
        {
            "start": 957963583,
            "stop": 957963594
        },
        {
            "start": 957963595,
            "stop": 957963649
        },
        {
            "start": 957963651,
            "stop": 957963766
        },
        {
            "start": 957963767,
            "stop": 957964092
        },
        {
            "start": 957964093,
            "stop": 957964144
        },
        {
            "start": 957964147,
            "stop": 957964619
        },
        {
            "start": 957964621,
            "stop": 957964628
        },
        {
            "start": 957966332,
            "stop": 957969310
        },
        {
            "start": 957970025,
            "stop": 957978423
        },
        {
            "start": 957978424,
            "stop": 957978477
        },
        {
            "start": 957978478,
            "stop": 957978690
        },
        {
            "start": 957978691,
            "stop": 957978724
        },
        {
            "start": 957978725,
            "stop": 957978778
        },
        {
            "start": 957978779,
            "stop": 957978946
        },
        {
            "start": 957978947,
            "stop": 957979079
        },
        {
            "start": 957979080,
            "stop": 957979156
        },
        {
            "start": 957979157,
            "stop": 957979321
        },
        {
            "start": 957979322,
            "stop": 957979655
        },
        {
            "start": 957979656,
            "stop": 957979681
        },
        {
            "start": 957979683,
            "stop": 957979873
        }
    ]
}