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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1366",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1367,
    "results": [
        {
            "start": 843865566,
            "stop": 843865567
        },
        {
            "start": 843865575,
            "stop": 843865576
        },
        {
            "start": 843865579,
            "stop": 843865580
        },
        {
            "start": 843865592,
            "stop": 843865594
        },
        {
            "start": 843865599,
            "stop": 843865603
        },
        {
            "start": 843865616,
            "stop": 843865617
        },
        {
            "start": 843865623,
            "stop": 843865624
        },
        {
            "start": 843865642,
            "stop": 843865646
        },
        {
            "start": 843865658,
            "stop": 843865661
        },
        {
            "start": 843865672,
            "stop": 843865673
        },
        {
            "start": 843865679,
            "stop": 843865683
        },
        {
            "start": 843865695,
            "stop": 843865697
        },
        {
            "start": 843865723,
            "stop": 843865724
        },
        {
            "start": 843865727,
            "stop": 843865728
        },
        {
            "start": 843865737,
            "stop": 843865739
        },
        {
            "start": 843865764,
            "stop": 843865767
        },
        {
            "start": 843865775,
            "stop": 843865776
        },
        {
            "start": 843865798,
            "stop": 843865799
        },
        {
            "start": 843865804,
            "stop": 843865805
        },
        {
            "start": 843865814,
            "stop": 843865817
        }
    ]
}