Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=8
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=7",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 8,
    "results": [
        {
            "start": 816523306,
            "stop": 816523876
        },
        {
            "start": 816524065,
            "stop": 816525565
        },
        {
            "start": 816525816,
            "stop": 816525996
        },
        {
            "start": 816542465,
            "stop": 816542885
        },
        {
            "start": 816543070,
            "stop": 816544930
        },
        {
            "start": 816545095,
            "stop": 816545155
        },
        {
            "start": 816545293,
            "stop": 816546973
        },
        {
            "start": 816547110,
            "stop": 816547470
        },
        {
            "start": 816547698,
            "stop": 816548058
        },
        {
            "start": 816613672,
            "stop": 816613792
        },
        {
            "start": 816614906,
            "stop": 816614966
        },
        {
            "start": 816651683,
            "stop": 816651863
        },
        {
            "start": 816652040,
            "stop": 816652100
        },
        {
            "start": 816652317,
            "stop": 816652797
        },
        {
            "start": 816654031,
            "stop": 816654211
        },
        {
            "start": 816654377,
            "stop": 816654557
        },
        {
            "start": 816654753,
            "stop": 816654873
        },
        {
            "start": 816660792,
            "stop": 816660852
        },
        {
            "start": 816661107,
            "stop": 816661707
        },
        {
            "start": 816661946,
            "stop": 816662006
        }
    ]
}