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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9773",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9771",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9772,
    "results": [
        {
            "start": 873715070,
            "stop": 873715170
        },
        {
            "start": 873715174,
            "stop": 873715177
        },
        {
            "start": 873715181,
            "stop": 873715194
        },
        {
            "start": 873715203,
            "stop": 873715204
        },
        {
            "start": 873715210,
            "stop": 873715249
        },
        {
            "start": 873715255,
            "stop": 873715256
        },
        {
            "start": 873715262,
            "stop": 873715450
        },
        {
            "start": 873715454,
            "stop": 873715478
        },
        {
            "start": 873715484,
            "stop": 873715522
        },
        {
            "start": 873715525,
            "stop": 873715542
        },
        {
            "start": 873715550,
            "stop": 873715579
        },
        {
            "start": 873715586,
            "stop": 873715616
        },
        {
            "start": 873715620,
            "stop": 873715624
        },
        {
            "start": 873715631,
            "stop": 873715636
        },
        {
            "start": 873715639,
            "stop": 873715643
        },
        {
            "start": 873715648,
            "stop": 873715655
        },
        {
            "start": 873715659,
            "stop": 873715712
        },
        {
            "start": 873715715,
            "stop": 873715741
        },
        {
            "start": 873715746,
            "stop": 873715796
        },
        {
            "start": 873715802,
            "stop": 873715804
        }
    ]
}