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=219
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=220",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=218",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 219,
    "results": [
        {
            "start": 931672677,
            "stop": 931672680
        },
        {
            "start": 931672690,
            "stop": 931672691
        },
        {
            "start": 931672697,
            "stop": 931672698
        },
        {
            "start": 931672702,
            "stop": 931672703
        },
        {
            "start": 931672705,
            "stop": 931672706
        },
        {
            "start": 931672713,
            "stop": 931672717
        },
        {
            "start": 931672740,
            "stop": 931672747
        },
        {
            "start": 931672750,
            "stop": 931672752
        },
        {
            "start": 931672758,
            "stop": 931672760
        },
        {
            "start": 931672763,
            "stop": 931672765
        },
        {
            "start": 931672768,
            "stop": 931672769
        },
        {
            "start": 931672772,
            "stop": 931672773
        },
        {
            "start": 931672778,
            "stop": 931672779
        },
        {
            "start": 931672782,
            "stop": 931672790
        },
        {
            "start": 931672796,
            "stop": 931672800
        },
        {
            "start": 931672803,
            "stop": 931672808
        },
        {
            "start": 931672814,
            "stop": 931672820
        },
        {
            "start": 931672833,
            "stop": 931672834
        },
        {
            "start": 931672837,
            "stop": 931672840
        },
        {
            "start": 931672844,
            "stop": 931672851
        }
    ]
}