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=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=241",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 242,
    "results": [
        {
            "start": 828026009,
            "stop": 828026309
        },
        {
            "start": 828031076,
            "stop": 828031196
        },
        {
            "start": 828032372,
            "stop": 828032552
        },
        {
            "start": 828032723,
            "stop": 828032783
        },
        {
            "start": 828048458,
            "stop": 828048518
        },
        {
            "start": 828053184,
            "stop": 828053484
        },
        {
            "start": 828053634,
            "stop": 828053694
        },
        {
            "start": 828054024,
            "stop": 828054084
        },
        {
            "start": 828054546,
            "stop": 828056016
        },
        {
            "start": 828056757,
            "stop": 828056877
        },
        {
            "start": 828057100,
            "stop": 828057160
        },
        {
            "start": 828057419,
            "stop": 828057839
        },
        {
            "start": 828058008,
            "stop": 828058248
        },
        {
            "start": 828058406,
            "stop": 828058586
        },
        {
            "start": 828059417,
            "stop": 828060137
        },
        {
            "start": 828060291,
            "stop": 828060411
        },
        {
            "start": 828060576,
            "stop": 828060876
        },
        {
            "start": 828063423,
            "stop": 828063483
        },
        {
            "start": 828064466,
            "stop": 828064586
        },
        {
            "start": 828064934,
            "stop": 828065114
        }
    ]
}