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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=180",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 181,
    "results": [
        {
            "start": 840171888,
            "stop": 840180133
        },
        {
            "start": 840180146,
            "stop": 840180148
        },
        {
            "start": 840182416,
            "stop": 840194173
        },
        {
            "start": 840195046,
            "stop": 840197833
        },
        {
            "start": 840197877,
            "stop": 840197878
        },
        {
            "start": 840197953,
            "stop": 840201195
        },
        {
            "start": 840201914,
            "stop": 840205558
        },
        {
            "start": 840212413,
            "stop": 840214813
        },
        {
            "start": 840218272,
            "stop": 840220693
        },
        {
            "start": 840221654,
            "stop": 840224893
        },
        {
            "start": 840224924,
            "stop": 840224925
        },
        {
            "start": 840225793,
            "stop": 840226753
        },
        {
            "start": 840226799,
            "stop": 840226800
        },
        {
            "start": 840227016,
            "stop": 840227053
        },
        {
            "start": 840227082,
            "stop": 840227084
        },
        {
            "start": 840230714,
            "stop": 840231073
        },
        {
            "start": 840231120,
            "stop": 840231121
        },
        {
            "start": 840231290,
            "stop": 840231342
        },
        {
            "start": 840231645,
            "stop": 840231662
        },
        {
            "start": 840232109,
            "stop": 840233208
        }
    ]
}