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=40706
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=40707",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40705",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40706,
    "results": [
        {
            "start": 874943782,
            "stop": 874943792
        },
        {
            "start": 874943794,
            "stop": 874943806
        },
        {
            "start": 874943807,
            "stop": 874943817
        },
        {
            "start": 874943818,
            "stop": 874943823
        },
        {
            "start": 874943824,
            "stop": 874943836
        },
        {
            "start": 874943838,
            "stop": 874943859
        },
        {
            "start": 874943860,
            "stop": 874943868
        },
        {
            "start": 874943869,
            "stop": 874943874
        },
        {
            "start": 874943875,
            "stop": 874943876
        },
        {
            "start": 874943877,
            "stop": 874943896
        },
        {
            "start": 874943897,
            "stop": 874943918
        },
        {
            "start": 874943919,
            "stop": 874943936
        },
        {
            "start": 874943937,
            "stop": 874943962
        },
        {
            "start": 874943963,
            "stop": 874943993
        },
        {
            "start": 874943994,
            "stop": 874944018
        },
        {
            "start": 874944019,
            "stop": 874944045
        },
        {
            "start": 874944046,
            "stop": 874944047
        },
        {
            "start": 874944049,
            "stop": 874944081
        },
        {
            "start": 874944082,
            "stop": 874944087
        },
        {
            "start": 874944088,
            "stop": 874944105
        }
    ]
}