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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5716",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5714",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5715,
    "results": [
        {
            "start": 874602441,
            "stop": 874602458
        },
        {
            "start": 874602461,
            "stop": 874602486
        },
        {
            "start": 874602489,
            "stop": 874602520
        },
        {
            "start": 874602523,
            "stop": 874602576
        },
        {
            "start": 874602579,
            "stop": 874602627
        },
        {
            "start": 874602631,
            "stop": 874602706
        },
        {
            "start": 874602710,
            "stop": 874602719
        },
        {
            "start": 874602722,
            "stop": 874602724
        },
        {
            "start": 874602727,
            "stop": 874602729
        },
        {
            "start": 874602733,
            "stop": 874602770
        },
        {
            "start": 874602773,
            "stop": 874602795
        },
        {
            "start": 874602798,
            "stop": 874602883
        },
        {
            "start": 874602886,
            "stop": 874602974
        },
        {
            "start": 874602977,
            "stop": 874603043
        },
        {
            "start": 874603046,
            "stop": 874603088
        },
        {
            "start": 874603091,
            "stop": 874603099
        },
        {
            "start": 874603102,
            "stop": 874603157
        },
        {
            "start": 874603160,
            "stop": 874603183
        },
        {
            "start": 874603186,
            "stop": 874603231
        },
        {
            "start": 874603234,
            "stop": 874603235
        }
    ]
}