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=451
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=452",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=450",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 451,
    "results": [
        {
            "start": 821776803,
            "stop": 821776804
        },
        {
            "start": 821776807,
            "stop": 821776815
        },
        {
            "start": 821776819,
            "stop": 821776825
        },
        {
            "start": 821776832,
            "stop": 821776833
        },
        {
            "start": 821776836,
            "stop": 821776838
        },
        {
            "start": 821776841,
            "stop": 821776843
        },
        {
            "start": 821776848,
            "stop": 821776855
        },
        {
            "start": 821776858,
            "stop": 821776859
        },
        {
            "start": 821776863,
            "stop": 821776869
        },
        {
            "start": 821776874,
            "stop": 821776876
        },
        {
            "start": 821776879,
            "stop": 821776881
        },
        {
            "start": 821776884,
            "stop": 821776885
        },
        {
            "start": 821776891,
            "stop": 821776898
        },
        {
            "start": 821776902,
            "stop": 821776914
        },
        {
            "start": 821776917,
            "stop": 821776923
        },
        {
            "start": 821776926,
            "stop": 821776936
        },
        {
            "start": 821776946,
            "stop": 821776954
        },
        {
            "start": 821776958,
            "stop": 821776964
        },
        {
            "start": 821776967,
            "stop": 821776969
        },
        {
            "start": 821776972,
            "stop": 821776974
        }
    ]
}