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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=15",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 16,
    "results": [
        {
            "start": 817494142,
            "stop": 817496113
        },
        {
            "start": 817497517,
            "stop": 817502041
        },
        {
            "start": 817502095,
            "stop": 817503193
        },
        {
            "start": 817506984,
            "stop": 817508353
        },
        {
            "start": 817509064,
            "stop": 817509536
        },
        {
            "start": 817509568,
            "stop": 817510250
        },
        {
            "start": 817511218,
            "stop": 817511904
        },
        {
            "start": 817511936,
            "stop": 817517408
        },
        {
            "start": 817517440,
            "stop": 817519645
        },
        {
            "start": 817519754,
            "stop": 817520544
        },
        {
            "start": 817520576,
            "stop": 817524992
        },
        {
            "start": 817525024,
            "stop": 817526272
        },
        {
            "start": 817526304,
            "stop": 817531936
        },
        {
            "start": 817531968,
            "stop": 817532544
        },
        {
            "start": 817532576,
            "stop": 817537536
        },
        {
            "start": 817537568,
            "stop": 817549453
        },
        {
            "start": 817551093,
            "stop": 817551343
        },
        {
            "start": 817551461,
            "stop": 817551469
        },
        {
            "start": 817551548,
            "stop": 817552693
        },
        {
            "start": 817555363,
            "stop": 817562976
        }
    ]
}