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=537
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=538",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=536",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 537,
    "results": [
        {
            "start": 828711441,
            "stop": 828711787
        },
        {
            "start": 828712147,
            "stop": 828712738
        },
        {
            "start": 828714159,
            "stop": 828714440
        },
        {
            "start": 828715894,
            "stop": 828716447
        },
        {
            "start": 828716767,
            "stop": 828717907
        },
        {
            "start": 828719339,
            "stop": 828719473
        },
        {
            "start": 828719496,
            "stop": 828719497
        },
        {
            "start": 828719634,
            "stop": 828719683
        },
        {
            "start": 828747618,
            "stop": 828749359
        },
        {
            "start": 828749679,
            "stop": 828750142
        },
        {
            "start": 828750854,
            "stop": 828750888
        },
        {
            "start": 828751288,
            "stop": 828751932
        },
        {
            "start": 828752332,
            "stop": 828753364
        },
        {
            "start": 828754115,
            "stop": 828757123
        },
        {
            "start": 828757904,
            "stop": 828758413
        },
        {
            "start": 828760045,
            "stop": 828796453
        },
        {
            "start": 828796461,
            "stop": 828796462
        },
        {
            "start": 828797128,
            "stop": 828797958
        },
        {
            "start": 828798316,
            "stop": 828798833
        },
        {
            "start": 828833441,
            "stop": 828839773
        }
    ]
}