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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=533",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=531",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 532,
    "results": [
        {
            "start": 828187587,
            "stop": 828190746
        },
        {
            "start": 828191486,
            "stop": 828191773
        },
        {
            "start": 828222067,
            "stop": 828224608
        },
        {
            "start": 828230103,
            "stop": 828233653
        },
        {
            "start": 828242698,
            "stop": 828265870
        },
        {
            "start": 828266890,
            "stop": 828281813
        },
        {
            "start": 828281816,
            "stop": 828282068
        },
        {
            "start": 828282850,
            "stop": 828283809
        },
        {
            "start": 828283933,
            "stop": 828284939
        },
        {
            "start": 828285259,
            "stop": 828287831
        },
        {
            "start": 828291141,
            "stop": 828291632
        },
        {
            "start": 828299838,
            "stop": 828302107
        },
        {
            "start": 828302244,
            "stop": 828303321
        },
        {
            "start": 828303721,
            "stop": 828304789
        },
        {
            "start": 828305109,
            "stop": 828305863
        },
        {
            "start": 828309352,
            "stop": 828309966
        },
        {
            "start": 828311167,
            "stop": 828311391
        },
        {
            "start": 828311848,
            "stop": 828312197
        },
        {
            "start": 828312730,
            "stop": 828313215
        },
        {
            "start": 828314910,
            "stop": 828319858
        }
    ]
}