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_CAT2_H2L1/segments?format=api&page=741
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_H2L1/segments?format=api&page=742",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=740",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 741,
    "results": [
        {
            "start": 858284416,
            "stop": 858290716
        },
        {
            "start": 858290866,
            "stop": 858291706
        },
        {
            "start": 858293362,
            "stop": 858296542
        },
        {
            "start": 858296867,
            "stop": 858298067
        },
        {
            "start": 858298367,
            "stop": 858306827
        },
        {
            "start": 858307029,
            "stop": 858307089
        },
        {
            "start": 858307336,
            "stop": 858309226
        },
        {
            "start": 858309376,
            "stop": 858310696
        },
        {
            "start": 858310893,
            "stop": 858311253
        },
        {
            "start": 858311660,
            "stop": 858321020
        },
        {
            "start": 858322813,
            "stop": 858327853
        },
        {
            "start": 858328003,
            "stop": 858329473
        },
        {
            "start": 858329697,
            "stop": 858331677
        },
        {
            "start": 858331707,
            "stop": 858331827
        },
        {
            "start": 858331917,
            "stop": 858332997
        },
        {
            "start": 858333147,
            "stop": 858334947
        },
        {
            "start": 858335037,
            "stop": 858335397
        },
        {
            "start": 858335634,
            "stop": 858339024
        },
        {
            "start": 858339054,
            "stop": 858339894
        },
        {
            "start": 858343098,
            "stop": 858346188
        }
    ]
}