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=903
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=904",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=902",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 903,
    "results": [
        {
            "start": 864584760,
            "stop": 864584820
        },
        {
            "start": 864584972,
            "stop": 864585152
        },
        {
            "start": 864585431,
            "stop": 864585791
        },
        {
            "start": 864585956,
            "stop": 864586136
        },
        {
            "start": 864586353,
            "stop": 864586713
        },
        {
            "start": 864586856,
            "stop": 864587756
        },
        {
            "start": 864588008,
            "stop": 864588548
        },
        {
            "start": 864588721,
            "stop": 864588901
        },
        {
            "start": 864589055,
            "stop": 864589535
        },
        {
            "start": 864589705,
            "stop": 864589975
        },
        {
            "start": 864590125,
            "stop": 864592165
        },
        {
            "start": 864598048,
            "stop": 864600568
        },
        {
            "start": 864600798,
            "stop": 864603648
        },
        {
            "start": 864603875,
            "stop": 864604505
        },
        {
            "start": 864604655,
            "stop": 864606815
        },
        {
            "start": 864607913,
            "stop": 864607973
        },
        {
            "start": 864608481,
            "stop": 864608541
        },
        {
            "start": 864608571,
            "stop": 864608631
        },
        {
            "start": 864608877,
            "stop": 864612057
        },
        {
            "start": 864613084,
            "stop": 864626944
        }
    ]
}