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=9887
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=9888",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9886",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9887,
    "results": [
        {
            "start": 874453513,
            "stop": 874453514
        },
        {
            "start": 874453518,
            "stop": 874453584
        },
        {
            "start": 874453587,
            "stop": 874453696
        },
        {
            "start": 874453699,
            "stop": 874453700
        },
        {
            "start": 874453703,
            "stop": 874453773
        },
        {
            "start": 874453776,
            "stop": 874453784
        },
        {
            "start": 874453787,
            "stop": 874453825
        },
        {
            "start": 874453830,
            "stop": 874455557
        },
        {
            "start": 874455560,
            "stop": 874455586
        },
        {
            "start": 874455592,
            "stop": 874455593
        },
        {
            "start": 874455596,
            "stop": 874455599
        },
        {
            "start": 874455605,
            "stop": 874455716
        },
        {
            "start": 874455719,
            "stop": 874455730
        },
        {
            "start": 874455737,
            "stop": 874455880
        },
        {
            "start": 874455883,
            "stop": 874455888
        },
        {
            "start": 874455891,
            "stop": 874455903
        },
        {
            "start": 874455908,
            "stop": 874455926
        },
        {
            "start": 874455929,
            "stop": 874455950
        },
        {
            "start": 874455953,
            "stop": 874455986
        },
        {
            "start": 874455989,
            "stop": 874456000
        }
    ]
}