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=1376
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=1377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1375",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1376,
    "results": [
        {
            "start": 843867727,
            "stop": 843867740
        },
        {
            "start": 843867743,
            "stop": 843867745
        },
        {
            "start": 843867748,
            "stop": 843867752
        },
        {
            "start": 843867755,
            "stop": 843867765
        },
        {
            "start": 843867768,
            "stop": 843867769
        },
        {
            "start": 843867773,
            "stop": 843867784
        },
        {
            "start": 843867791,
            "stop": 843867799
        },
        {
            "start": 843867802,
            "stop": 843867803
        },
        {
            "start": 843867809,
            "stop": 843867815
        },
        {
            "start": 843867824,
            "stop": 843867832
        },
        {
            "start": 843867835,
            "stop": 843867839
        },
        {
            "start": 843867842,
            "stop": 843867844
        },
        {
            "start": 843867847,
            "stop": 843867848
        },
        {
            "start": 843867851,
            "stop": 843867852
        },
        {
            "start": 843867855,
            "stop": 843867871
        },
        {
            "start": 843867876,
            "stop": 843867877
        },
        {
            "start": 843867880,
            "stop": 843867895
        },
        {
            "start": 843867901,
            "stop": 843867904
        },
        {
            "start": 843867913,
            "stop": 843867916
        },
        {
            "start": 843867919,
            "stop": 843867981
        }
    ]
}