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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=915",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=913",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 914,
    "results": [
        {
            "start": 868196591,
            "stop": 868198451
        },
        {
            "start": 868198614,
            "stop": 868199094
        },
        {
            "start": 868202807,
            "stop": 868203587
        },
        {
            "start": 868206804,
            "stop": 868207584
        },
        {
            "start": 868208366,
            "stop": 868208726
        },
        {
            "start": 868209021,
            "stop": 868209861
        },
        {
            "start": 868210093,
            "stop": 868212793
        },
        {
            "start": 868215688,
            "stop": 868216288
        },
        {
            "start": 868229585,
            "stop": 868230245
        },
        {
            "start": 868230516,
            "stop": 868232496
        },
        {
            "start": 868233389,
            "stop": 868236089
        },
        {
            "start": 868237431,
            "stop": 868247571
        },
        {
            "start": 868248472,
            "stop": 868248772
        },
        {
            "start": 868248922,
            "stop": 868251652
        },
        {
            "start": 868251888,
            "stop": 868253208
        },
        {
            "start": 868253238,
            "stop": 868253568
        },
        {
            "start": 868258589,
            "stop": 868262549
        },
        {
            "start": 868264105,
            "stop": 868264375
        },
        {
            "start": 868264525,
            "stop": 868265485
        },
        {
            "start": 868265712,
            "stop": 868277832
        }
    ]
}