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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7384",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7382",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7383,
    "results": [
        {
            "start": 969593448,
            "stop": 969593687
        },
        {
            "start": 969593690,
            "stop": 969594552
        },
        {
            "start": 969594555,
            "stop": 969594864
        },
        {
            "start": 969594867,
            "stop": 969595052
        },
        {
            "start": 969595055,
            "stop": 969595817
        },
        {
            "start": 969595820,
            "stop": 969596633
        },
        {
            "start": 969596636,
            "stop": 969597516
        },
        {
            "start": 969597519,
            "stop": 969597606
        },
        {
            "start": 969597609,
            "stop": 969598541
        },
        {
            "start": 969598544,
            "stop": 969598668
        },
        {
            "start": 969598671,
            "stop": 969599250
        },
        {
            "start": 969599253,
            "stop": 969599271
        },
        {
            "start": 969599274,
            "stop": 969599359
        },
        {
            "start": 969599362,
            "stop": 969599382
        },
        {
            "start": 969599385,
            "stop": 969599729
        },
        {
            "start": 969599732,
            "stop": 969599919
        },
        {
            "start": 969599922,
            "stop": 969599955
        },
        {
            "start": 969599958,
            "stop": 969600694
        },
        {
            "start": 969600697,
            "stop": 969601041
        },
        {
            "start": 969601044,
            "stop": 969601732
        }
    ]
}