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_CAT2_H1L1/segments?format=api&page=924
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=925",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=923",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 924,
    "results": [
        {
            "start": 865604617,
            "stop": 865605217
        },
        {
            "start": 865606580,
            "stop": 865607540
        },
        {
            "start": 865607983,
            "stop": 865608103
        },
        {
            "start": 865608253,
            "stop": 865612033
        },
        {
            "start": 865612184,
            "stop": 865613924
        },
        {
            "start": 865616353,
            "stop": 865617193
        },
        {
            "start": 865618222,
            "stop": 865619602
        },
        {
            "start": 865619776,
            "stop": 865620256
        },
        {
            "start": 865622989,
            "stop": 865623649
        },
        {
            "start": 865623799,
            "stop": 865624669
        },
        {
            "start": 865624868,
            "stop": 865625228
        },
        {
            "start": 865625376,
            "stop": 865625826
        },
        {
            "start": 865625856,
            "stop": 865625976
        },
        {
            "start": 865626006,
            "stop": 865626876
        },
        {
            "start": 865629800,
            "stop": 865629920
        },
        {
            "start": 865631525,
            "stop": 865635905
        },
        {
            "start": 865636073,
            "stop": 865639073
        },
        {
            "start": 865639223,
            "stop": 865641413
        },
        {
            "start": 865641550,
            "stop": 865645630
        },
        {
            "start": 865646837,
            "stop": 865653287
        }
    ]
}