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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=850",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=848",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 849,
    "results": [
        {
            "start": 861331557,
            "stop": 861333657
        },
        {
            "start": 861333807,
            "stop": 861342597
        },
        {
            "start": 861342822,
            "stop": 861343902
        },
        {
            "start": 861345779,
            "stop": 861346379
        },
        {
            "start": 861346552,
            "stop": 861354052
        },
        {
            "start": 861354391,
            "stop": 861355111
        },
        {
            "start": 861356172,
            "stop": 861357012
        },
        {
            "start": 861359059,
            "stop": 861361819
        },
        {
            "start": 861364980,
            "stop": 861369180
        },
        {
            "start": 861369406,
            "stop": 861369526
        },
        {
            "start": 861370505,
            "stop": 861370865
        },
        {
            "start": 861370999,
            "stop": 861371359
        },
        {
            "start": 861371519,
            "stop": 861371579
        },
        {
            "start": 861371733,
            "stop": 861372063
        },
        {
            "start": 861373496,
            "stop": 861373736
        },
        {
            "start": 861374040,
            "stop": 861374460
        },
        {
            "start": 861374615,
            "stop": 861374735
        },
        {
            "start": 861374897,
            "stop": 861375797
        },
        {
            "start": 861375966,
            "stop": 861376026
        },
        {
            "start": 861376286,
            "stop": 861377606
        }
    ]
}