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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7879",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7877",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7878,
    "results": [
        {
            "start": 969897686,
            "stop": 969897696
        },
        {
            "start": 969897704,
            "stop": 969897727
        },
        {
            "start": 969897730,
            "stop": 969897751
        },
        {
            "start": 969897754,
            "stop": 969897760
        },
        {
            "start": 969897764,
            "stop": 969897766
        },
        {
            "start": 969897769,
            "stop": 969897811
        },
        {
            "start": 969897860,
            "stop": 969897863
        },
        {
            "start": 969897870,
            "stop": 969897881
        },
        {
            "start": 969897884,
            "stop": 969897891
        },
        {
            "start": 969897926,
            "stop": 969897937
        },
        {
            "start": 969897957,
            "stop": 969898032
        },
        {
            "start": 969898035,
            "stop": 969898096
        },
        {
            "start": 969898107,
            "stop": 969898109
        },
        {
            "start": 969898113,
            "stop": 969898115
        },
        {
            "start": 969898126,
            "stop": 969898127
        },
        {
            "start": 969898130,
            "stop": 969898136
        },
        {
            "start": 969898139,
            "stop": 969898235
        },
        {
            "start": 969898239,
            "stop": 969898268
        },
        {
            "start": 969898271,
            "stop": 969898505
        },
        {
            "start": 969898508,
            "stop": 969898551
        }
    ]
}