Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=45
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=44",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 45,
    "results": [
        {
            "start": 931182353,
            "stop": 931182367
        },
        {
            "start": 931182369,
            "stop": 931182388
        },
        {
            "start": 931182390,
            "stop": 931182392
        },
        {
            "start": 931182396,
            "stop": 931182403
        },
        {
            "start": 931182405,
            "stop": 931182415
        },
        {
            "start": 931182417,
            "stop": 931182465
        },
        {
            "start": 931182467,
            "stop": 931182477
        },
        {
            "start": 931182479,
            "stop": 931182521
        },
        {
            "start": 931182522,
            "stop": 931182531
        },
        {
            "start": 931182533,
            "stop": 931182656
        },
        {
            "start": 931182658,
            "stop": 931182694
        },
        {
            "start": 931182695,
            "stop": 931182729
        },
        {
            "start": 931182731,
            "stop": 931182735
        },
        {
            "start": 931182737,
            "stop": 931182776
        },
        {
            "start": 931182778,
            "stop": 931182782
        },
        {
            "start": 931182783,
            "stop": 931182789
        },
        {
            "start": 931182790,
            "stop": 931182794
        },
        {
            "start": 931182795,
            "stop": 931182809
        },
        {
            "start": 931182811,
            "stop": 931182827
        },
        {
            "start": 931182829,
            "stop": 931182830
        }
    ]
}