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=9839
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=9840",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9838",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9839,
    "results": [
        {
            "start": 874156173,
            "stop": 874156174
        },
        {
            "start": 874156179,
            "stop": 874156346
        },
        {
            "start": 874156349,
            "stop": 874156389
        },
        {
            "start": 874156392,
            "stop": 874156449
        },
        {
            "start": 874156450,
            "stop": 874156591
        },
        {
            "start": 874156592,
            "stop": 874156851
        },
        {
            "start": 874156855,
            "stop": 874156858
        },
        {
            "start": 874156861,
            "stop": 874156895
        },
        {
            "start": 874156898,
            "stop": 874156919
        },
        {
            "start": 874156922,
            "stop": 874156924
        },
        {
            "start": 874156928,
            "stop": 874156930
        },
        {
            "start": 874156936,
            "stop": 874156942
        },
        {
            "start": 874156943,
            "stop": 874156968
        },
        {
            "start": 874156971,
            "stop": 874156972
        },
        {
            "start": 874156973,
            "stop": 874156979
        },
        {
            "start": 874156985,
            "stop": 874156986
        },
        {
            "start": 874156989,
            "stop": 874157003
        },
        {
            "start": 874157006,
            "stop": 874157022
        },
        {
            "start": 874157023,
            "stop": 874157024
        },
        {
            "start": 874157029,
            "stop": 874157034
        }
    ]
}