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=9794
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=9795",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9793",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9794,
    "results": [
        {
            "start": 873821295,
            "stop": 873821313
        },
        {
            "start": 873821319,
            "stop": 873821533
        },
        {
            "start": 873821536,
            "stop": 873821580
        },
        {
            "start": 873821583,
            "stop": 873821597
        },
        {
            "start": 873821600,
            "stop": 873821667
        },
        {
            "start": 873821670,
            "stop": 873821671
        },
        {
            "start": 873821674,
            "stop": 873821933
        },
        {
            "start": 873821936,
            "stop": 873821940
        },
        {
            "start": 873821943,
            "stop": 873821953
        },
        {
            "start": 873821960,
            "stop": 873821977
        },
        {
            "start": 873825361,
            "stop": 873825365
        },
        {
            "start": 873825366,
            "stop": 873825386
        },
        {
            "start": 873825389,
            "stop": 873825394
        },
        {
            "start": 873825395,
            "stop": 873825410
        },
        {
            "start": 873825411,
            "stop": 873825449
        },
        {
            "start": 873825450,
            "stop": 873825464
        },
        {
            "start": 873825465,
            "stop": 873825512
        },
        {
            "start": 873825513,
            "stop": 873826141
        },
        {
            "start": 873826144,
            "stop": 873826287
        },
        {
            "start": 873826290,
            "stop": 873826390
        }
    ]
}