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=9886
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=9887",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9885",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9886,
    "results": [
        {
            "start": 874450794,
            "stop": 874450795
        },
        {
            "start": 874450797,
            "stop": 874450818
        },
        {
            "start": 874450819,
            "stop": 874450833
        },
        {
            "start": 874450834,
            "stop": 874450857
        },
        {
            "start": 874450858,
            "stop": 874450861
        },
        {
            "start": 874450863,
            "stop": 874450870
        },
        {
            "start": 874450871,
            "stop": 874450879
        },
        {
            "start": 874450880,
            "stop": 874450883
        },
        {
            "start": 874450884,
            "stop": 874450894
        },
        {
            "start": 874450895,
            "stop": 874450897
        },
        {
            "start": 874450899,
            "stop": 874450907
        },
        {
            "start": 874450908,
            "stop": 874450916
        },
        {
            "start": 874450917,
            "stop": 874451058
        },
        {
            "start": 874451059,
            "stop": 874451103
        },
        {
            "start": 874451104,
            "stop": 874451393
        },
        {
            "start": 874451396,
            "stop": 874452018
        },
        {
            "start": 874452025,
            "stop": 874452028
        },
        {
            "start": 874452031,
            "stop": 874452208
        },
        {
            "start": 874452212,
            "stop": 874452669
        },
        {
            "start": 874452909,
            "stop": 874453510
        }
    ]
}