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=9871
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=9872",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9870",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9871,
    "results": [
        {
            "start": 874348616,
            "stop": 874348647
        },
        {
            "start": 874348648,
            "stop": 874348655
        },
        {
            "start": 874348656,
            "stop": 874348681
        },
        {
            "start": 874348682,
            "stop": 874348687
        },
        {
            "start": 874348689,
            "stop": 874348707
        },
        {
            "start": 874348708,
            "stop": 874348719
        },
        {
            "start": 874350481,
            "stop": 874350494
        },
        {
            "start": 874350496,
            "stop": 874350501
        },
        {
            "start": 874350502,
            "stop": 874350547
        },
        {
            "start": 874350548,
            "stop": 874350594
        },
        {
            "start": 874350596,
            "stop": 874351152
        },
        {
            "start": 874351153,
            "stop": 874352021
        },
        {
            "start": 874353403,
            "stop": 874353507
        },
        {
            "start": 874354880,
            "stop": 874355169
        },
        {
            "start": 874355170,
            "stop": 874355186
        },
        {
            "start": 874355187,
            "stop": 874355341
        },
        {
            "start": 874356376,
            "stop": 874356387
        },
        {
            "start": 874356388,
            "stop": 874357763
        },
        {
            "start": 874357766,
            "stop": 874358637
        },
        {
            "start": 874358640,
            "stop": 874359242
        }
    ]
}