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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46887",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46885",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46886,
    "results": [
        {
            "start": 875162408,
            "stop": 875162434
        },
        {
            "start": 875162436,
            "stop": 875162450
        },
        {
            "start": 875162451,
            "stop": 875162493
        },
        {
            "start": 875162494,
            "stop": 875162522
        },
        {
            "start": 875162524,
            "stop": 875162535
        },
        {
            "start": 875162536,
            "stop": 875162556
        },
        {
            "start": 875162557,
            "stop": 875162561
        },
        {
            "start": 875162562,
            "stop": 875162595
        },
        {
            "start": 875162597,
            "stop": 875162651
        },
        {
            "start": 875162652,
            "stop": 875162658
        },
        {
            "start": 875162660,
            "stop": 875162679
        },
        {
            "start": 875162680,
            "stop": 875162689
        },
        {
            "start": 875162690,
            "stop": 875162699
        },
        {
            "start": 875162701,
            "stop": 875162715
        },
        {
            "start": 875162716,
            "stop": 875162736
        },
        {
            "start": 875162737,
            "stop": 875162755
        },
        {
            "start": 875162756,
            "stop": 875162781
        },
        {
            "start": 875162782,
            "stop": 875162811
        },
        {
            "start": 875162813,
            "stop": 875162830
        },
        {
            "start": 875162831,
            "stop": 875162854
        }
    ]
}