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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=195",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 196,
    "results": [
        {
            "start": 846860177,
            "stop": 846860198
        },
        {
            "start": 846860199,
            "stop": 846860347
        },
        {
            "start": 846860352,
            "stop": 846860477
        },
        {
            "start": 846860478,
            "stop": 846860722
        },
        {
            "start": 846860723,
            "stop": 846861279
        },
        {
            "start": 846861280,
            "stop": 846861281
        },
        {
            "start": 846861282,
            "stop": 846861863
        },
        {
            "start": 846861883,
            "stop": 846861897
        },
        {
            "start": 846861905,
            "stop": 846861977
        },
        {
            "start": 847097667,
            "stop": 847101688
        },
        {
            "start": 847101695,
            "stop": 847116537
        },
        {
            "start": 847116542,
            "stop": 847120140
        },
        {
            "start": 847120148,
            "stop": 847120282
        },
        {
            "start": 847120290,
            "stop": 847120554
        },
        {
            "start": 847120645,
            "stop": 847120685
        },
        {
            "start": 847120829,
            "stop": 847120965
        },
        {
            "start": 847120973,
            "stop": 847121135
        },
        {
            "start": 847122524,
            "stop": 847122878
        },
        {
            "start": 847123086,
            "stop": 847130067
        },
        {
            "start": 847130186,
            "stop": 847132255
        }
    ]
}