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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=29",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 30,
    "results": [
        {
            "start": 819094946,
            "stop": 819097026
        },
        {
            "start": 819097033,
            "stop": 819129833
        },
        {
            "start": 819143934,
            "stop": 819144605
        },
        {
            "start": 819145158,
            "stop": 819150508
        },
        {
            "start": 819154466,
            "stop": 819160195
        },
        {
            "start": 819160201,
            "stop": 819179757
        },
        {
            "start": 819179758,
            "stop": 819183349
        },
        {
            "start": 819183350,
            "stop": 819191096
        },
        {
            "start": 819192071,
            "stop": 819204104
        },
        {
            "start": 819204778,
            "stop": 819211051
        },
        {
            "start": 819211057,
            "stop": 819211316
        },
        {
            "start": 819211890,
            "stop": 819217724
        },
        {
            "start": 819217725,
            "stop": 819228499
        },
        {
            "start": 819228510,
            "stop": 819229185
        },
        {
            "start": 819229819,
            "stop": 819238887
        },
        {
            "start": 819242168,
            "stop": 819257185
        },
        {
            "start": 819257191,
            "stop": 819262779
        },
        {
            "start": 819262780,
            "stop": 819269474
        },
        {
            "start": 819270142,
            "stop": 819295108
        },
        {
            "start": 819295551,
            "stop": 819308264
        }
    ]
}