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=656
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=657",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=655",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 656,
    "results": [
        {
            "start": 849225437,
            "stop": 849248205
        },
        {
            "start": 849249890,
            "stop": 849251521
        },
        {
            "start": 849251523,
            "stop": 849300006
        },
        {
            "start": 849306061,
            "stop": 849361802
        },
        {
            "start": 849361804,
            "stop": 849368135
        },
        {
            "start": 849368136,
            "stop": 849369716
        },
        {
            "start": 849401857,
            "stop": 849413711
        },
        {
            "start": 849415838,
            "stop": 849427490
        },
        {
            "start": 849427810,
            "stop": 849427890
        },
        {
            "start": 849428478,
            "stop": 849443385
        },
        {
            "start": 849445377,
            "stop": 849457749
        },
        {
            "start": 849457752,
            "stop": 849470593
        },
        {
            "start": 849471555,
            "stop": 849477073
        },
        {
            "start": 849477558,
            "stop": 849480655
        },
        {
            "start": 849480658,
            "stop": 849487874
        },
        {
            "start": 849487876,
            "stop": 849501017
        },
        {
            "start": 849501035,
            "stop": 849506984
        },
        {
            "start": 849506987,
            "stop": 849536097
        },
        {
            "start": 849536098,
            "stop": 849541742
        },
        {
            "start": 849541751,
            "stop": 849554031
        }
    ]
}