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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40994",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40992",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40993,
    "results": [
        {
            "start": 875145535,
            "stop": 875145543
        },
        {
            "start": 875145544,
            "stop": 875145548
        },
        {
            "start": 875145550,
            "stop": 875145583
        },
        {
            "start": 875145584,
            "stop": 875145588
        },
        {
            "start": 875145589,
            "stop": 875145594
        },
        {
            "start": 875145595,
            "stop": 875145620
        },
        {
            "start": 875145622,
            "stop": 875145642
        },
        {
            "start": 875145643,
            "stop": 875145704
        },
        {
            "start": 875145705,
            "stop": 875145719
        },
        {
            "start": 875145720,
            "stop": 875145759
        },
        {
            "start": 875145761,
            "stop": 875145790
        },
        {
            "start": 875145792,
            "stop": 875145812
        },
        {
            "start": 875145813,
            "stop": 875145833
        },
        {
            "start": 875145835,
            "stop": 875145842
        },
        {
            "start": 875145844,
            "stop": 875145920
        },
        {
            "start": 875145923,
            "stop": 875145948
        },
        {
            "start": 875145949,
            "stop": 875145982
        },
        {
            "start": 875145984,
            "stop": 875145985
        },
        {
            "start": 875145986,
            "stop": 875145989
        },
        {
            "start": 875145990,
            "stop": 875146009
        }
    ]
}