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=9771
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=9772",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9770",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9771,
    "results": [
        {
            "start": 873703768,
            "stop": 873703771
        },
        {
            "start": 873703774,
            "stop": 873703838
        },
        {
            "start": 873703840,
            "stop": 873705232
        },
        {
            "start": 873705233,
            "stop": 873705245
        },
        {
            "start": 873705246,
            "stop": 873705268
        },
        {
            "start": 873706807,
            "stop": 873708535
        },
        {
            "start": 873711097,
            "stop": 873711124
        },
        {
            "start": 873711127,
            "stop": 873711894
        },
        {
            "start": 873711897,
            "stop": 873711903
        },
        {
            "start": 873711910,
            "stop": 873711911
        },
        {
            "start": 873711915,
            "stop": 873711919
        },
        {
            "start": 873711923,
            "stop": 873712619
        },
        {
            "start": 873712622,
            "stop": 873713873
        },
        {
            "start": 873713879,
            "stop": 873714586
        },
        {
            "start": 873714589,
            "stop": 873714590
        },
        {
            "start": 873714595,
            "stop": 873714617
        },
        {
            "start": 873714622,
            "stop": 873714624
        },
        {
            "start": 873714628,
            "stop": 873714803
        },
        {
            "start": 873714808,
            "stop": 873715022
        },
        {
            "start": 873715027,
            "stop": 873715065
        }
    ]
}