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=384
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=385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=383",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 384,
    "results": [
        {
            "start": 858355865,
            "stop": 858359425
        },
        {
            "start": 858359430,
            "stop": 858360125
        },
        {
            "start": 858360129,
            "stop": 858370392
        },
        {
            "start": 858370398,
            "stop": 858370417
        },
        {
            "start": 858370423,
            "stop": 858370440
        },
        {
            "start": 858370445,
            "stop": 858370447
        },
        {
            "start": 858370453,
            "stop": 858370642
        },
        {
            "start": 858370648,
            "stop": 858375695
        },
        {
            "start": 858375700,
            "stop": 858376151
        },
        {
            "start": 858377319,
            "stop": 858377799
        },
        {
            "start": 858377909,
            "stop": 858377910
        },
        {
            "start": 858378451,
            "stop": 858390065
        },
        {
            "start": 858391298,
            "stop": 858429001
        },
        {
            "start": 858429408,
            "stop": 858435123
        },
        {
            "start": 858435124,
            "stop": 858435425
        },
        {
            "start": 858435426,
            "stop": 858435430
        },
        {
            "start": 858435432,
            "stop": 858436385
        },
        {
            "start": 858436480,
            "stop": 858438014
        },
        {
            "start": 858455027,
            "stop": 858455571
        },
        {
            "start": 858455871,
            "stop": 858457987
        }
    ]
}