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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4606",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4604",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4605,
    "results": [
        {
            "start": 969191748,
            "stop": 969191751
        },
        {
            "start": 969191754,
            "stop": 969191776
        },
        {
            "start": 969191778,
            "stop": 969191799
        },
        {
            "start": 969191801,
            "stop": 969191814
        },
        {
            "start": 969191816,
            "stop": 969191824
        },
        {
            "start": 969191828,
            "stop": 969191883
        },
        {
            "start": 969191885,
            "stop": 969191923
        },
        {
            "start": 969191926,
            "stop": 969191985
        },
        {
            "start": 969191987,
            "stop": 969191992
        },
        {
            "start": 969191995,
            "stop": 969191999
        },
        {
            "start": 969192002,
            "stop": 969192028
        },
        {
            "start": 969192029,
            "stop": 969192034
        },
        {
            "start": 969192036,
            "stop": 969192087
        },
        {
            "start": 969192090,
            "stop": 969192093
        },
        {
            "start": 969192099,
            "stop": 969192104
        },
        {
            "start": 969192107,
            "stop": 969192140
        },
        {
            "start": 969192152,
            "stop": 969192167
        },
        {
            "start": 969192171,
            "stop": 969192173
        },
        {
            "start": 969192176,
            "stop": 969192291
        },
        {
            "start": 969192297,
            "stop": 969192312
        }
    ]
}