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_CBCLOW_CAT2/segments?format=api&page=357
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=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=356",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 357,
    "results": [
        {
            "start": 821757306,
            "stop": 821757308
        },
        {
            "start": 821757317,
            "stop": 821757322
        },
        {
            "start": 821757325,
            "stop": 821757327
        },
        {
            "start": 821757334,
            "stop": 821757335
        },
        {
            "start": 821757340,
            "stop": 821757345
        },
        {
            "start": 821757351,
            "stop": 821757354
        },
        {
            "start": 821757357,
            "stop": 821757370
        },
        {
            "start": 821757373,
            "stop": 821757380
        },
        {
            "start": 821757383,
            "stop": 821757412
        },
        {
            "start": 821757417,
            "stop": 821757422
        },
        {
            "start": 821757425,
            "stop": 821757441
        },
        {
            "start": 821757449,
            "stop": 821757452
        },
        {
            "start": 821757455,
            "stop": 821757456
        },
        {
            "start": 821757466,
            "stop": 821757467
        },
        {
            "start": 821757470,
            "stop": 821757471
        },
        {
            "start": 821757474,
            "stop": 821757478
        },
        {
            "start": 821757484,
            "stop": 821757485
        },
        {
            "start": 821757488,
            "stop": 821757493
        },
        {
            "start": 821757496,
            "stop": 821757502
        },
        {
            "start": 821757505,
            "stop": 821757507
        }
    ]
}