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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=32",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 33,
    "results": [
        {
            "start": 819827551,
            "stop": 819828193
        },
        {
            "start": 819828928,
            "stop": 819829664
        },
        {
            "start": 819830689,
            "stop": 819837732
        },
        {
            "start": 819839073,
            "stop": 819841213
        },
        {
            "start": 819841372,
            "stop": 819842625
        },
        {
            "start": 819843526,
            "stop": 819847153
        },
        {
            "start": 819847379,
            "stop": 819849433
        },
        {
            "start": 819850670,
            "stop": 819850753
        },
        {
            "start": 819850869,
            "stop": 819856874
        },
        {
            "start": 819857006,
            "stop": 819881026
        },
        {
            "start": 819882118,
            "stop": 819887386
        },
        {
            "start": 819888765,
            "stop": 819894193
        },
        {
            "start": 819894215,
            "stop": 819894216
        },
        {
            "start": 819894360,
            "stop": 819901722
        },
        {
            "start": 819902363,
            "stop": 819909124
        },
        {
            "start": 819909314,
            "stop": 819913629
        },
        {
            "start": 819913759,
            "stop": 819914473
        },
        {
            "start": 819914670,
            "stop": 819916213
        },
        {
            "start": 819916431,
            "stop": 819922480
        },
        {
            "start": 819923510,
            "stop": 819927291
        }
    ]
}