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=1755
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=1756",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1754",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1755,
    "results": [
        {
            "start": 958731292,
            "stop": 958731352
        },
        {
            "start": 958731356,
            "stop": 958731358
        },
        {
            "start": 958731360,
            "stop": 958731613
        },
        {
            "start": 958731615,
            "stop": 958731632
        },
        {
            "start": 958731636,
            "stop": 958731641
        },
        {
            "start": 958731643,
            "stop": 958731696
        },
        {
            "start": 958731698,
            "stop": 958731774
        },
        {
            "start": 958731776,
            "stop": 958731777
        },
        {
            "start": 958731779,
            "stop": 958731806
        },
        {
            "start": 958731808,
            "stop": 958731897
        },
        {
            "start": 958731901,
            "stop": 958731916
        },
        {
            "start": 958731920,
            "stop": 958731939
        },
        {
            "start": 958731941,
            "stop": 958731952
        },
        {
            "start": 958731954,
            "stop": 958731999
        },
        {
            "start": 958732003,
            "stop": 958732023
        },
        {
            "start": 958732025,
            "stop": 958732028
        },
        {
            "start": 958732037,
            "stop": 958732087
        },
        {
            "start": 958732090,
            "stop": 958732150
        },
        {
            "start": 958732153,
            "stop": 958732168
        },
        {
            "start": 958732169,
            "stop": 958732258
        }
    ]
}