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=1330
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=1331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1329",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1330,
    "results": [
        {
            "start": 843842261,
            "stop": 843842266
        },
        {
            "start": 843842269,
            "stop": 843842272
        },
        {
            "start": 843842280,
            "stop": 843842284
        },
        {
            "start": 843842287,
            "stop": 843842292
        },
        {
            "start": 843842296,
            "stop": 843842319
        },
        {
            "start": 843842322,
            "stop": 843842343
        },
        {
            "start": 843842346,
            "stop": 843842370
        },
        {
            "start": 843842373,
            "stop": 843842384
        },
        {
            "start": 843842387,
            "stop": 843842393
        },
        {
            "start": 843842396,
            "stop": 843842403
        },
        {
            "start": 843842407,
            "stop": 843842415
        },
        {
            "start": 843842418,
            "stop": 843842423
        },
        {
            "start": 843842427,
            "stop": 843842430
        },
        {
            "start": 843842433,
            "stop": 843842439
        },
        {
            "start": 843842445,
            "stop": 843842446
        },
        {
            "start": 843842449,
            "stop": 843842452
        },
        {
            "start": 843842455,
            "stop": 843842492
        },
        {
            "start": 843842495,
            "stop": 843842545
        },
        {
            "start": 843842548,
            "stop": 843842551
        },
        {
            "start": 843842554,
            "stop": 843842594
        }
    ]
}