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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1067",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1065",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1066,
    "results": [
        {
            "start": 873386227,
            "stop": 873387067
        },
        {
            "start": 873387448,
            "stop": 873387928
        },
        {
            "start": 873388079,
            "stop": 873390299
        },
        {
            "start": 873394488,
            "stop": 873394788
        },
        {
            "start": 873394933,
            "stop": 873395293
        },
        {
            "start": 873395718,
            "stop": 873396078
        },
        {
            "start": 873398001,
            "stop": 873398061
        },
        {
            "start": 873398478,
            "stop": 873398838
        },
        {
            "start": 873399007,
            "stop": 873399367
        },
        {
            "start": 873399622,
            "stop": 873400162
        },
        {
            "start": 873400445,
            "stop": 873400625
        },
        {
            "start": 873400986,
            "stop": 873402006
        },
        {
            "start": 873402236,
            "stop": 873402956
        },
        {
            "start": 873403127,
            "stop": 873403427
        },
        {
            "start": 873403606,
            "stop": 873404686
        },
        {
            "start": 873404853,
            "stop": 873404973
        },
        {
            "start": 873405142,
            "stop": 873405562
        },
        {
            "start": 873405727,
            "stop": 873405907
        },
        {
            "start": 873406856,
            "stop": 873406916
        },
        {
            "start": 873407257,
            "stop": 873409717
        }
    ]
}