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=1310
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=1311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1309",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1310,
    "results": [
        {
            "start": 843832109,
            "stop": 843832145
        },
        {
            "start": 843832148,
            "stop": 843832166
        },
        {
            "start": 843832169,
            "stop": 843832173
        },
        {
            "start": 843832176,
            "stop": 843832178
        },
        {
            "start": 843832181,
            "stop": 843832224
        },
        {
            "start": 843832229,
            "stop": 843832253
        },
        {
            "start": 843832257,
            "stop": 843832308
        },
        {
            "start": 843832311,
            "stop": 843832312
        },
        {
            "start": 843832315,
            "stop": 843832323
        },
        {
            "start": 843832326,
            "stop": 843832423
        },
        {
            "start": 843832426,
            "stop": 843832433
        },
        {
            "start": 843832436,
            "stop": 843832441
        },
        {
            "start": 843832444,
            "stop": 843832466
        },
        {
            "start": 843832469,
            "stop": 843832491
        },
        {
            "start": 843832494,
            "stop": 843832501
        },
        {
            "start": 843832506,
            "stop": 843832541
        },
        {
            "start": 843832544,
            "stop": 843832683
        },
        {
            "start": 843832686,
            "stop": 843832718
        },
        {
            "start": 843832721,
            "stop": 843832803
        },
        {
            "start": 843832806,
            "stop": 843832842
        }
    ]
}