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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5663",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5661",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5662,
    "results": [
        {
            "start": 874543220,
            "stop": 874543242
        },
        {
            "start": 874543245,
            "stop": 874543285
        },
        {
            "start": 874543288,
            "stop": 874543343
        },
        {
            "start": 874543346,
            "stop": 874543375
        },
        {
            "start": 874543378,
            "stop": 874543385
        },
        {
            "start": 874543388,
            "stop": 874543403
        },
        {
            "start": 874543406,
            "stop": 874543425
        },
        {
            "start": 874543428,
            "stop": 874543437
        },
        {
            "start": 874543440,
            "stop": 874543544
        },
        {
            "start": 874543547,
            "stop": 874543553
        },
        {
            "start": 874543557,
            "stop": 874543565
        },
        {
            "start": 874543569,
            "stop": 874543593
        },
        {
            "start": 874543596,
            "stop": 874543653
        },
        {
            "start": 874543656,
            "stop": 874543670
        },
        {
            "start": 874543673,
            "stop": 874543747
        },
        {
            "start": 874543752,
            "stop": 874543838
        },
        {
            "start": 874543841,
            "stop": 874543850
        },
        {
            "start": 874543854,
            "stop": 874543895
        },
        {
            "start": 874543899,
            "stop": 874543901
        },
        {
            "start": 874543904,
            "stop": 874543930
        }
    ]
}