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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=47",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 48,
    "results": [
        {
            "start": 821644906,
            "stop": 821647862
        },
        {
            "start": 821648428,
            "stop": 821648489
        },
        {
            "start": 821648915,
            "stop": 821651000
        },
        {
            "start": 821651001,
            "stop": 821651640
        },
        {
            "start": 821651642,
            "stop": 821653221
        },
        {
            "start": 821653984,
            "stop": 821657453
        },
        {
            "start": 821657455,
            "stop": 821659618
        },
        {
            "start": 821660018,
            "stop": 821660759
        },
        {
            "start": 821660761,
            "stop": 821660852
        },
        {
            "start": 821660854,
            "stop": 821660856
        },
        {
            "start": 821660858,
            "stop": 821660884
        },
        {
            "start": 821660885,
            "stop": 821661173
        },
        {
            "start": 821661175,
            "stop": 821661233
        },
        {
            "start": 821661235,
            "stop": 821661287
        },
        {
            "start": 821661289,
            "stop": 821661659
        },
        {
            "start": 821661661,
            "stop": 821663606
        },
        {
            "start": 821665175,
            "stop": 821665314
        },
        {
            "start": 821665317,
            "stop": 821665875
        },
        {
            "start": 821665878,
            "stop": 821665989
        },
        {
            "start": 821665991,
            "stop": 821666019
        }
    ]
}