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=14076
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=14077",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14075",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14076,
    "results": [
        {
            "start": 971156732,
            "stop": 971156734
        },
        {
            "start": 971156735,
            "stop": 971156739
        },
        {
            "start": 971156742,
            "stop": 971156744
        },
        {
            "start": 971156749,
            "stop": 971156752
        },
        {
            "start": 971156758,
            "stop": 971156760
        },
        {
            "start": 971156762,
            "stop": 971156763
        },
        {
            "start": 971156764,
            "stop": 971156765
        },
        {
            "start": 971156769,
            "stop": 971156770
        },
        {
            "start": 971156775,
            "stop": 971156778
        },
        {
            "start": 971156781,
            "stop": 971156782
        },
        {
            "start": 971156789,
            "stop": 971156790
        },
        {
            "start": 971156794,
            "stop": 971156797
        },
        {
            "start": 971156798,
            "stop": 971156799
        },
        {
            "start": 971156800,
            "stop": 971156801
        },
        {
            "start": 971156806,
            "stop": 971156807
        },
        {
            "start": 971156808,
            "stop": 971156809
        },
        {
            "start": 971156810,
            "stop": 971156812
        },
        {
            "start": 971156815,
            "stop": 971156817
        },
        {
            "start": 971156819,
            "stop": 971156820
        },
        {
            "start": 971156821,
            "stop": 971156825
        }
    ]
}