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=1349
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=1350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1348",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1349,
    "results": [
        {
            "start": 843849640,
            "stop": 843849662
        },
        {
            "start": 843849665,
            "stop": 843849674
        },
        {
            "start": 843849677,
            "stop": 843849682
        },
        {
            "start": 843849685,
            "stop": 843849686
        },
        {
            "start": 843849691,
            "stop": 843849700
        },
        {
            "start": 843849703,
            "stop": 843849707
        },
        {
            "start": 843849710,
            "stop": 843849716
        },
        {
            "start": 843849719,
            "stop": 843849766
        },
        {
            "start": 843849770,
            "stop": 843849774
        },
        {
            "start": 843849777,
            "stop": 843849792
        },
        {
            "start": 843849797,
            "stop": 843849798
        },
        {
            "start": 843849801,
            "stop": 843849813
        },
        {
            "start": 843849816,
            "stop": 843849852
        },
        {
            "start": 843849860,
            "stop": 843849869
        },
        {
            "start": 843849872,
            "stop": 843849874
        },
        {
            "start": 843849877,
            "stop": 843849897
        },
        {
            "start": 843849900,
            "stop": 843849911
        },
        {
            "start": 843849914,
            "stop": 843849924
        },
        {
            "start": 843849930,
            "stop": 843849943
        },
        {
            "start": 843849946,
            "stop": 843849951
        }
    ]
}