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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5912",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5910",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5911,
    "results": [
        {
            "start": 875137852,
            "stop": 875137967
        },
        {
            "start": 875137970,
            "stop": 875138034
        },
        {
            "start": 875138037,
            "stop": 875138038
        },
        {
            "start": 875138041,
            "stop": 875138050
        },
        {
            "start": 875138054,
            "stop": 875138066
        },
        {
            "start": 875138069,
            "stop": 875138101
        },
        {
            "start": 875138105,
            "stop": 875138156
        },
        {
            "start": 875138160,
            "stop": 875138194
        },
        {
            "start": 875138200,
            "stop": 875138209
        },
        {
            "start": 875138213,
            "stop": 875138237
        },
        {
            "start": 875138240,
            "stop": 875138241
        },
        {
            "start": 875138244,
            "stop": 875138267
        },
        {
            "start": 875138273,
            "stop": 875138278
        },
        {
            "start": 875138281,
            "stop": 875138324
        },
        {
            "start": 875138327,
            "stop": 875138334
        },
        {
            "start": 875138337,
            "stop": 875138345
        },
        {
            "start": 875138348,
            "stop": 875138431
        },
        {
            "start": 875138434,
            "stop": 875138473
        },
        {
            "start": 875138480,
            "stop": 875138485
        },
        {
            "start": 875138488,
            "stop": 875138564
        }
    ]
}