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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1053",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1051",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1052,
    "results": [
        {
            "start": 872939548,
            "stop": 872944348
        },
        {
            "start": 872944806,
            "stop": 872945286
        },
        {
            "start": 872972748,
            "stop": 872972988
        },
        {
            "start": 872973176,
            "stop": 872973686
        },
        {
            "start": 872973873,
            "stop": 872974083
        },
        {
            "start": 872974266,
            "stop": 872974326
        },
        {
            "start": 872976558,
            "stop": 872976858
        },
        {
            "start": 872977139,
            "stop": 872977679
        },
        {
            "start": 872978058,
            "stop": 872978178
        },
        {
            "start": 872978375,
            "stop": 872978765
        },
        {
            "start": 872978915,
            "stop": 872979695
        },
        {
            "start": 872980858,
            "stop": 872986198
        },
        {
            "start": 872986385,
            "stop": 872987105
        },
        {
            "start": 872987255,
            "stop": 872991725
        },
        {
            "start": 872991877,
            "stop": 872992117
        },
        {
            "start": 872992322,
            "stop": 872992442
        },
        {
            "start": 872992591,
            "stop": 872992891
        },
        {
            "start": 872993033,
            "stop": 872994473
        },
        {
            "start": 872994815,
            "stop": 872994995
        },
        {
            "start": 872995475,
            "stop": 872995715
        }
    ]
}