Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=539
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=540",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=538",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 539,
    "results": [
        {
            "start": 970491617,
            "stop": 970491659
        },
        {
            "start": 970491662,
            "stop": 970491667
        },
        {
            "start": 970491669,
            "stop": 970491676
        },
        {
            "start": 970491677,
            "stop": 970491737
        },
        {
            "start": 970491741,
            "stop": 970491742
        },
        {
            "start": 970491743,
            "stop": 970491746
        },
        {
            "start": 970491747,
            "stop": 970491807
        },
        {
            "start": 970491809,
            "stop": 970491881
        },
        {
            "start": 970491883,
            "stop": 970491904
        },
        {
            "start": 970491906,
            "stop": 970491912
        },
        {
            "start": 970491915,
            "stop": 970491916
        },
        {
            "start": 970491919,
            "stop": 970491921
        },
        {
            "start": 970491922,
            "stop": 970491928
        },
        {
            "start": 970491929,
            "stop": 970491961
        },
        {
            "start": 970491962,
            "stop": 970491968
        },
        {
            "start": 970491969,
            "stop": 970491975
        },
        {
            "start": 970491977,
            "stop": 970491994
        },
        {
            "start": 970492000,
            "stop": 970492002
        },
        {
            "start": 970492005,
            "stop": 970492018
        },
        {
            "start": 970492020,
            "stop": 970492024
        }
    ]
}