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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=10",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 11,
    "results": [
        {
            "start": 815231235,
            "stop": 815231775
        },
        {
            "start": 815231779,
            "stop": 815232093
        },
        {
            "start": 815232096,
            "stop": 815232732
        },
        {
            "start": 815232736,
            "stop": 815233471
        },
        {
            "start": 815233474,
            "stop": 815234820
        },
        {
            "start": 815234823,
            "stop": 815235845
        },
        {
            "start": 815235849,
            "stop": 815235857
        },
        {
            "start": 815235860,
            "stop": 815235925
        },
        {
            "start": 815235929,
            "stop": 815236320
        },
        {
            "start": 815236323,
            "stop": 815236327
        },
        {
            "start": 815236330,
            "stop": 815236331
        },
        {
            "start": 815236335,
            "stop": 815236442
        },
        {
            "start": 815236451,
            "stop": 815236457
        },
        {
            "start": 815236477,
            "stop": 815236574
        },
        {
            "start": 815236578,
            "stop": 815236599
        },
        {
            "start": 815236608,
            "stop": 815236872
        },
        {
            "start": 815236875,
            "stop": 815237056
        },
        {
            "start": 815237059,
            "stop": 815237376
        },
        {
            "start": 815237380,
            "stop": 815237443
        },
        {
            "start": 815237452,
            "stop": 815237457
        }
    ]
}