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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=152",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 153,
    "results": [
        {
            "start": 816768627,
            "stop": 816768628
        },
        {
            "start": 816768632,
            "stop": 816768653
        },
        {
            "start": 816768656,
            "stop": 816768737
        },
        {
            "start": 816768741,
            "stop": 816768742
        },
        {
            "start": 816768749,
            "stop": 816768750
        },
        {
            "start": 816768755,
            "stop": 816768757
        },
        {
            "start": 816768763,
            "stop": 816768764
        },
        {
            "start": 816768771,
            "stop": 816768773
        },
        {
            "start": 816768776,
            "stop": 816768779
        },
        {
            "start": 816768784,
            "stop": 816768827
        },
        {
            "start": 816768831,
            "stop": 816768834
        },
        {
            "start": 816768838,
            "stop": 816768844
        },
        {
            "start": 816768849,
            "stop": 816768865
        },
        {
            "start": 816768869,
            "stop": 816768873
        },
        {
            "start": 816768876,
            "stop": 816768879
        },
        {
            "start": 816768884,
            "stop": 816768892
        },
        {
            "start": 816768895,
            "stop": 816768916
        },
        {
            "start": 816768919,
            "stop": 816768928
        },
        {
            "start": 816768932,
            "stop": 816768935
        },
        {
            "start": 816768939,
            "stop": 816768997
        }
    ]
}