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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=95",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 96,
    "results": [
        {
            "start": 827449536,
            "stop": 827459093
        },
        {
            "start": 827459097,
            "stop": 827459606
        },
        {
            "start": 827459610,
            "stop": 827461600
        },
        {
            "start": 827461632,
            "stop": 827461993
        },
        {
            "start": 827462762,
            "stop": 827465053
        },
        {
            "start": 827465785,
            "stop": 827466433
        },
        {
            "start": 827467552,
            "stop": 827473856
        },
        {
            "start": 827473888,
            "stop": 827473952
        },
        {
            "start": 827473984,
            "stop": 827481600
        },
        {
            "start": 827481632,
            "stop": 827489216
        },
        {
            "start": 827489248,
            "stop": 827503616
        },
        {
            "start": 827503648,
            "stop": 827503813
        },
        {
            "start": 827504769,
            "stop": 827511744
        },
        {
            "start": 827511776,
            "stop": 827513293
        },
        {
            "start": 827514385,
            "stop": 827515136
        },
        {
            "start": 827515168,
            "stop": 827517903
        },
        {
            "start": 827520581,
            "stop": 827526016
        },
        {
            "start": 827526025,
            "stop": 827528690
        },
        {
            "start": 827529571,
            "stop": 827536256
        },
        {
            "start": 827536288,
            "stop": 827536971
        }
    ]
}