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=978
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=979",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=977",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 978,
    "results": [
        {
            "start": 869527216,
            "stop": 869528176
        },
        {
            "start": 869528503,
            "stop": 869528803
        },
        {
            "start": 869529025,
            "stop": 869535505
        },
        {
            "start": 869541670,
            "stop": 869543950
        },
        {
            "start": 869544197,
            "stop": 869545067
        },
        {
            "start": 869545217,
            "stop": 869546837
        },
        {
            "start": 869547171,
            "stop": 869557611
        },
        {
            "start": 869557828,
            "stop": 869558788
        },
        {
            "start": 869560633,
            "stop": 869561833
        },
        {
            "start": 869562131,
            "stop": 869572691
        },
        {
            "start": 869573030,
            "stop": 869573840
        },
        {
            "start": 869573994,
            "stop": 869579994
        },
        {
            "start": 869580144,
            "stop": 869580654
        },
        {
            "start": 869581256,
            "stop": 869581496
        },
        {
            "start": 869581668,
            "stop": 869583528
        },
        {
            "start": 869583678,
            "stop": 869584008
        },
        {
            "start": 869585641,
            "stop": 869586001
        },
        {
            "start": 869597939,
            "stop": 869598839
        },
        {
            "start": 869598992,
            "stop": 869599532
        },
        {
            "start": 869599812,
            "stop": 869600532
        }
    ]
}