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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=382",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 383,
    "results": [
        {
            "start": 821762508,
            "stop": 821762548
        },
        {
            "start": 821762551,
            "stop": 821762587
        },
        {
            "start": 821762590,
            "stop": 821762594
        },
        {
            "start": 821762597,
            "stop": 821762604
        },
        {
            "start": 821762610,
            "stop": 821762614
        },
        {
            "start": 821762617,
            "stop": 821762620
        },
        {
            "start": 821762635,
            "stop": 821762639
        },
        {
            "start": 821762643,
            "stop": 821762648
        },
        {
            "start": 821762656,
            "stop": 821762657
        },
        {
            "start": 821762665,
            "stop": 821762698
        },
        {
            "start": 821762701,
            "stop": 821762733
        },
        {
            "start": 821762740,
            "stop": 821762741
        },
        {
            "start": 821762744,
            "stop": 821762746
        },
        {
            "start": 821762755,
            "stop": 821762758
        },
        {
            "start": 821762761,
            "stop": 821762765
        },
        {
            "start": 821762781,
            "stop": 821762784
        },
        {
            "start": 821762787,
            "stop": 821762790
        },
        {
            "start": 821762799,
            "stop": 821762801
        },
        {
            "start": 821762816,
            "stop": 821762818
        },
        {
            "start": 821762821,
            "stop": 821762829
        }
    ]
}