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=1410
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=1411",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1409",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1410,
    "results": [
        {
            "start": 847640899,
            "stop": 847653002
        },
        {
            "start": 847653005,
            "stop": 847655723
        },
        {
            "start": 847655726,
            "stop": 847661527
        },
        {
            "start": 847702309,
            "stop": 847717969
        },
        {
            "start": 847718169,
            "stop": 847718170
        },
        {
            "start": 847718174,
            "stop": 847718175
        },
        {
            "start": 847718179,
            "stop": 847718180
        },
        {
            "start": 847718184,
            "stop": 847732596
        },
        {
            "start": 847732599,
            "stop": 847732802
        },
        {
            "start": 847736448,
            "stop": 847736943
        },
        {
            "start": 847737165,
            "stop": 847737190
        },
        {
            "start": 847737193,
            "stop": 847737303
        },
        {
            "start": 847737421,
            "stop": 847737433
        },
        {
            "start": 847737568,
            "stop": 847738153
        },
        {
            "start": 847738256,
            "stop": 847738629
        },
        {
            "start": 847738710,
            "stop": 847739229
        },
        {
            "start": 847739589,
            "stop": 847745676
        },
        {
            "start": 847745680,
            "stop": 847745702
        },
        {
            "start": 847745705,
            "stop": 847751508
        },
        {
            "start": 847751511,
            "stop": 847753136
        }
    ]
}