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_H1L1/segments?format=api&page=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=199",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 200,
    "results": [
        {
            "start": 826676248,
            "stop": 826676608
        },
        {
            "start": 826678487,
            "stop": 826680227
        },
        {
            "start": 826680585,
            "stop": 826680945
        },
        {
            "start": 826681714,
            "stop": 826681894
        },
        {
            "start": 826682537,
            "stop": 826682897
        },
        {
            "start": 826683047,
            "stop": 826683767
        },
        {
            "start": 826683923,
            "stop": 826683983
        },
        {
            "start": 826684211,
            "stop": 826684271
        },
        {
            "start": 826684477,
            "stop": 826684657
        },
        {
            "start": 826684852,
            "stop": 826685092
        },
        {
            "start": 826685719,
            "stop": 826685839
        },
        {
            "start": 826686815,
            "stop": 826686875
        },
        {
            "start": 826687035,
            "stop": 826687095
        },
        {
            "start": 826687537,
            "stop": 826687717
        },
        {
            "start": 826688067,
            "stop": 826688487
        },
        {
            "start": 826688627,
            "stop": 826688987
        },
        {
            "start": 826689352,
            "stop": 826689412
        },
        {
            "start": 826689556,
            "stop": 826690036
        },
        {
            "start": 826690193,
            "stop": 826690253
        },
        {
            "start": 826690395,
            "stop": 826690695
        }
    ]
}