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/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46843
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=46844",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46842",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46843,
    "results": [
        {
            "start": 875137852,
            "stop": 875137967
        },
        {
            "start": 875137970,
            "stop": 875138011
        },
        {
            "start": 875138012,
            "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": 875138223
        },
        {
            "start": 875138224,
            "stop": 875138237
        },
        {
            "start": 875138240,
            "stop": 875138241
        },
        {
            "start": 875138244,
            "stop": 875138267
        },
        {
            "start": 875138273,
            "stop": 875138278
        },
        {
            "start": 875138281,
            "stop": 875138284
        },
        {
            "start": 875138285,
            "stop": 875138318
        },
        {
            "start": 875138319,
            "stop": 875138324
        },
        {
            "start": 875138327,
            "stop": 875138332
        },
        {
            "start": 875138333,
            "stop": 875138334
        }
    ]
}