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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33178",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33179,
    "results": [
        {
            "start": 970792791,
            "stop": 970792894
        },
        {
            "start": 970792898,
            "stop": 970792931
        },
        {
            "start": 970792934,
            "stop": 970792982
        },
        {
            "start": 970792983,
            "stop": 970793567
        },
        {
            "start": 970793570,
            "stop": 970793606
        },
        {
            "start": 970793607,
            "stop": 970793915
        },
        {
            "start": 970793918,
            "stop": 970793923
        },
        {
            "start": 970793926,
            "stop": 970793947
        },
        {
            "start": 970793954,
            "stop": 970794131
        },
        {
            "start": 970794134,
            "stop": 970794267
        },
        {
            "start": 970794270,
            "stop": 970794320
        },
        {
            "start": 970794324,
            "stop": 970794334
        },
        {
            "start": 970794336,
            "stop": 970794680
        },
        {
            "start": 970794681,
            "stop": 970794683
        },
        {
            "start": 970794687,
            "stop": 970794693
        },
        {
            "start": 970794697,
            "stop": 970794706
        },
        {
            "start": 970794709,
            "stop": 970795015
        },
        {
            "start": 970795018,
            "stop": 970795020
        },
        {
            "start": 970795023,
            "stop": 970795204
        },
        {
            "start": 970795209,
            "stop": 970795476
        }
    ]
}