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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=245",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 246,
    "results": [
        {
            "start": 828176868,
            "stop": 828176928
        },
        {
            "start": 828178177,
            "stop": 828178237
        },
        {
            "start": 828178502,
            "stop": 828178562
        },
        {
            "start": 828179421,
            "stop": 828179511
        },
        {
            "start": 828180116,
            "stop": 828180176
        },
        {
            "start": 828263821,
            "stop": 828264001
        },
        {
            "start": 828264161,
            "stop": 828265241
        },
        {
            "start": 828266419,
            "stop": 828267379
        },
        {
            "start": 828267578,
            "stop": 828267878
        },
        {
            "start": 828268070,
            "stop": 828268730
        },
        {
            "start": 828268871,
            "stop": 828269051
        },
        {
            "start": 828269217,
            "stop": 828270297
        },
        {
            "start": 828271502,
            "stop": 828271982
        },
        {
            "start": 828340608,
            "stop": 828340668
        },
        {
            "start": 828348684,
            "stop": 828349944
        },
        {
            "start": 828350098,
            "stop": 828350878
        },
        {
            "start": 828351054,
            "stop": 828351654
        },
        {
            "start": 828351814,
            "stop": 828352234
        },
        {
            "start": 828445834,
            "stop": 828445954
        },
        {
            "start": 828446180,
            "stop": 828446240
        }
    ]
}