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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=306",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 307,
    "results": [
        {
            "start": 931564544,
            "stop": 931564549
        },
        {
            "start": 931564551,
            "stop": 931564553
        },
        {
            "start": 931564556,
            "stop": 931564564
        },
        {
            "start": 931564566,
            "stop": 931564572
        },
        {
            "start": 931564575,
            "stop": 931564580
        },
        {
            "start": 931564585,
            "stop": 931564591
        },
        {
            "start": 931564593,
            "stop": 931564594
        },
        {
            "start": 931564596,
            "stop": 931564598
        },
        {
            "start": 931564600,
            "stop": 931564620
        },
        {
            "start": 931564624,
            "stop": 931564632
        },
        {
            "start": 931564636,
            "stop": 931564646
        },
        {
            "start": 931564648,
            "stop": 931564652
        },
        {
            "start": 931564658,
            "stop": 931564661
        },
        {
            "start": 931564664,
            "stop": 931564668
        },
        {
            "start": 931564675,
            "stop": 931564682
        },
        {
            "start": 931564685,
            "stop": 931564693
        },
        {
            "start": 931564696,
            "stop": 931564720
        },
        {
            "start": 931564722,
            "stop": 931564739
        },
        {
            "start": 931564742,
            "stop": 931564745
        },
        {
            "start": 931564748,
            "stop": 931564755
        }
    ]
}