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=9851
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=9852",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9850",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9851,
    "results": [
        {
            "start": 874230893,
            "stop": 874230905
        },
        {
            "start": 874230908,
            "stop": 874231313
        },
        {
            "start": 874231316,
            "stop": 874231317
        },
        {
            "start": 874231320,
            "stop": 874232030
        },
        {
            "start": 874232033,
            "stop": 874232086
        },
        {
            "start": 874232089,
            "stop": 874232563
        },
        {
            "start": 874232568,
            "stop": 874232574
        },
        {
            "start": 874232577,
            "stop": 874232591
        },
        {
            "start": 874232594,
            "stop": 874232597
        },
        {
            "start": 874232600,
            "stop": 874232965
        },
        {
            "start": 874232968,
            "stop": 874233012
        },
        {
            "start": 874233015,
            "stop": 874233830
        },
        {
            "start": 874233833,
            "stop": 874233837
        },
        {
            "start": 874233840,
            "stop": 874233845
        },
        {
            "start": 874233848,
            "stop": 874233853
        },
        {
            "start": 874233856,
            "stop": 874233888
        },
        {
            "start": 874233891,
            "stop": 874233969
        },
        {
            "start": 874233974,
            "stop": 874233975
        },
        {
            "start": 874233981,
            "stop": 874234050
        },
        {
            "start": 874234053,
            "stop": 874234054
        }
    ]
}