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/H1_CW_CAT1/segments?format=api&page=374
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=373",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 374,
    "results": [
        {
            "start": 859905964,
            "stop": 859922088
        },
        {
            "start": 859926181,
            "stop": 859926208
        },
        {
            "start": 859926467,
            "stop": 859929207
        },
        {
            "start": 859929541,
            "stop": 859931630
        },
        {
            "start": 859931749,
            "stop": 859934468
        },
        {
            "start": 859935427,
            "stop": 859937542
        },
        {
            "start": 859938448,
            "stop": 859965648
        },
        {
            "start": 859967060,
            "stop": 860010972
        },
        {
            "start": 860011960,
            "stop": 860040492
        },
        {
            "start": 860040495,
            "stop": 860040501
        },
        {
            "start": 860040505,
            "stop": 860060462
        },
        {
            "start": 860061935,
            "stop": 860071416
        },
        {
            "start": 860071708,
            "stop": 860083949
        },
        {
            "start": 860083954,
            "stop": 860083979
        },
        {
            "start": 860083983,
            "stop": 860084022
        },
        {
            "start": 860084026,
            "stop": 860084113
        },
        {
            "start": 860084117,
            "stop": 860084262
        },
        {
            "start": 860084266,
            "stop": 860089196
        },
        {
            "start": 860089205,
            "stop": 860089215
        },
        {
            "start": 860089219,
            "stop": 860098269
        }
    ]
}