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=40924
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=40925",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40923",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40924,
    "results": [
        {
            "start": 875103651,
            "stop": 875103655
        },
        {
            "start": 875103656,
            "stop": 875103660
        },
        {
            "start": 875103661,
            "stop": 875103665
        },
        {
            "start": 875103667,
            "stop": 875103668
        },
        {
            "start": 875103669,
            "stop": 875103671
        },
        {
            "start": 875103672,
            "stop": 875103676
        },
        {
            "start": 875103677,
            "stop": 875103681
        },
        {
            "start": 875103683,
            "stop": 875103687
        },
        {
            "start": 875103688,
            "stop": 875103692
        },
        {
            "start": 875103694,
            "stop": 875103698
        },
        {
            "start": 875103699,
            "stop": 875103703
        },
        {
            "start": 875103704,
            "stop": 875103708
        },
        {
            "start": 875103710,
            "stop": 875103714
        },
        {
            "start": 875103715,
            "stop": 875103719
        },
        {
            "start": 875103720,
            "stop": 875103724
        },
        {
            "start": 875103726,
            "stop": 875103730
        },
        {
            "start": 875103731,
            "stop": 875103735
        },
        {
            "start": 875103736,
            "stop": 875103740
        },
        {
            "start": 875103742,
            "stop": 875103746
        },
        {
            "start": 875103747,
            "stop": 875103751
        }
    ]
}