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=520
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=521",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=519",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 520,
    "results": [
        {
            "start": 826410751,
            "stop": 826410795
        },
        {
            "start": 826411195,
            "stop": 826411348
        },
        {
            "start": 826411668,
            "stop": 826411669
        },
        {
            "start": 826412069,
            "stop": 826412195
        },
        {
            "start": 826412600,
            "stop": 826412654
        },
        {
            "start": 826430474,
            "stop": 826439450
        },
        {
            "start": 826446442,
            "stop": 826468327
        },
        {
            "start": 826470197,
            "stop": 826471099
        },
        {
            "start": 826471499,
            "stop": 826478593
        },
        {
            "start": 826479601,
            "stop": 826480358
        },
        {
            "start": 826480758,
            "stop": 826489092
        },
        {
            "start": 826490594,
            "stop": 826491530
        },
        {
            "start": 826491536,
            "stop": 826496996
        },
        {
            "start": 826498709,
            "stop": 826507271
        },
        {
            "start": 826508174,
            "stop": 826542371
        },
        {
            "start": 826543395,
            "stop": 826547954
        },
        {
            "start": 826548274,
            "stop": 826548905
        },
        {
            "start": 826551006,
            "stop": 826551106
        },
        {
            "start": 826551426,
            "stop": 826551833
        },
        {
            "start": 826552233,
            "stop": 826553579
        }
    ]
}