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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33085",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33083",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33084,
    "results": [
        {
            "start": 970496526,
            "stop": 970496527
        },
        {
            "start": 970496529,
            "stop": 970496535
        },
        {
            "start": 970496537,
            "stop": 970496547
        },
        {
            "start": 970496548,
            "stop": 970496555
        },
        {
            "start": 970496556,
            "stop": 970496560
        },
        {
            "start": 970496563,
            "stop": 970496598
        },
        {
            "start": 970496599,
            "stop": 970496604
        },
        {
            "start": 970496606,
            "stop": 970496618
        },
        {
            "start": 970496620,
            "stop": 970496623
        },
        {
            "start": 970496624,
            "stop": 970496625
        },
        {
            "start": 970496626,
            "stop": 970496649
        },
        {
            "start": 970496650,
            "stop": 970496654
        },
        {
            "start": 970496656,
            "stop": 970496663
        },
        {
            "start": 970496664,
            "stop": 970496665
        },
        {
            "start": 970496668,
            "stop": 970496687
        },
        {
            "start": 970496689,
            "stop": 970496723
        },
        {
            "start": 970496724,
            "stop": 970496740
        },
        {
            "start": 970496743,
            "stop": 970496758
        },
        {
            "start": 970496759,
            "stop": 970496819
        },
        {
            "start": 970496824,
            "stop": 970496834
        }
    ]
}