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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=368",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 369,
    "results": [
        {
            "start": 857522486,
            "stop": 857529105
        },
        {
            "start": 857529448,
            "stop": 857530814
        },
        {
            "start": 857531234,
            "stop": 857544335
        },
        {
            "start": 857544635,
            "stop": 857548675
        },
        {
            "start": 857548677,
            "stop": 857551657
        },
        {
            "start": 857551957,
            "stop": 857559063
        },
        {
            "start": 857559363,
            "stop": 857581909
        },
        {
            "start": 857582356,
            "stop": 857582564
        },
        {
            "start": 857582864,
            "stop": 857591710
        },
        {
            "start": 857593865,
            "stop": 857596635
        },
        {
            "start": 857597961,
            "stop": 857608152
        },
        {
            "start": 857608689,
            "stop": 857632522
        },
        {
            "start": 857633884,
            "stop": 857635602
        },
        {
            "start": 857635608,
            "stop": 857636316
        },
        {
            "start": 857636319,
            "stop": 857636334
        },
        {
            "start": 857636444,
            "stop": 857636533
        },
        {
            "start": 857636833,
            "stop": 857636873
        },
        {
            "start": 857637225,
            "stop": 857639043
        },
        {
            "start": 857641735,
            "stop": 857645155
        },
        {
            "start": 857646464,
            "stop": 857652038
        }
    ]
}