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=1091
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=1092",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1090",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1091,
    "results": [
        {
            "start": 874188457,
            "stop": 874189057
        },
        {
            "start": 874189461,
            "stop": 874190301
        },
        {
            "start": 874190455,
            "stop": 874190905
        },
        {
            "start": 874191169,
            "stop": 874191649
        },
        {
            "start": 874191957,
            "stop": 874192497
        },
        {
            "start": 874192629,
            "stop": 874192809
        },
        {
            "start": 874192943,
            "stop": 874193243
        },
        {
            "start": 874194514,
            "stop": 874195474
        },
        {
            "start": 874195683,
            "stop": 874201863
        },
        {
            "start": 874202025,
            "stop": 874203345
        },
        {
            "start": 874203494,
            "stop": 874204034
        },
        {
            "start": 874204259,
            "stop": 874205279
        },
        {
            "start": 874205457,
            "stop": 874216137
        },
        {
            "start": 874216325,
            "stop": 874216505
        },
        {
            "start": 874216706,
            "stop": 874220606
        },
        {
            "start": 874220915,
            "stop": 874221095
        },
        {
            "start": 874221570,
            "stop": 874221630
        },
        {
            "start": 874221796,
            "stop": 874221856
        },
        {
            "start": 874222193,
            "stop": 874222313
        },
        {
            "start": 874222598,
            "stop": 874222658
        }
    ]
}