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=1028
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=1029",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1027",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1028,
    "results": [
        {
            "start": 872181321,
            "stop": 872181921
        },
        {
            "start": 872182312,
            "stop": 872182492
        },
        {
            "start": 872182734,
            "stop": 872182854
        },
        {
            "start": 872184274,
            "stop": 872184334
        },
        {
            "start": 872184896,
            "stop": 872184956
        },
        {
            "start": 872185239,
            "stop": 872185539
        },
        {
            "start": 872185750,
            "stop": 872186590
        },
        {
            "start": 872186759,
            "stop": 872187179
        },
        {
            "start": 872187322,
            "stop": 872188042
        },
        {
            "start": 872188482,
            "stop": 872188542
        },
        {
            "start": 872188788,
            "stop": 872188908
        },
        {
            "start": 872189652,
            "stop": 872189832
        },
        {
            "start": 872190042,
            "stop": 872193462
        },
        {
            "start": 872193606,
            "stop": 872193666
        },
        {
            "start": 872196323,
            "stop": 872196623
        },
        {
            "start": 872196773,
            "stop": 872197433
        },
        {
            "start": 872197584,
            "stop": 872197704
        },
        {
            "start": 872197868,
            "stop": 872198948
        },
        {
            "start": 872199261,
            "stop": 872199321
        },
        {
            "start": 872199604,
            "stop": 872199724
        }
    ]
}