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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=36",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 37,
    "results": [
        {
            "start": 817886816,
            "stop": 817886876
        },
        {
            "start": 817889529,
            "stop": 817889649
        },
        {
            "start": 817890289,
            "stop": 817890469
        },
        {
            "start": 817890634,
            "stop": 817890694
        },
        {
            "start": 817892318,
            "stop": 817892618
        },
        {
            "start": 817892777,
            "stop": 817893017
        },
        {
            "start": 817893178,
            "stop": 817893358
        },
        {
            "start": 817893533,
            "stop": 817893593
        },
        {
            "start": 817894127,
            "stop": 817894307
        },
        {
            "start": 817894699,
            "stop": 817894759
        },
        {
            "start": 817894937,
            "stop": 817895057
        },
        {
            "start": 817895378,
            "stop": 817895438
        },
        {
            "start": 817895671,
            "stop": 817895791
        },
        {
            "start": 817895944,
            "stop": 817896124
        },
        {
            "start": 817896629,
            "stop": 817896749
        },
        {
            "start": 817897021,
            "stop": 817897081
        },
        {
            "start": 817897408,
            "stop": 817897468
        },
        {
            "start": 817897744,
            "stop": 817898404
        },
        {
            "start": 817898645,
            "stop": 817898705
        },
        {
            "start": 817899135,
            "stop": 817899315
        }
    ]
}