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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5033",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5034,
    "results": [
        {
            "start": 872572119,
            "stop": 872572730
        },
        {
            "start": 872572768,
            "stop": 872573425
        },
        {
            "start": 872573442,
            "stop": 872573645
        },
        {
            "start": 872573654,
            "stop": 872573715
        },
        {
            "start": 872573723,
            "stop": 872573774
        },
        {
            "start": 872573786,
            "stop": 872573787
        },
        {
            "start": 872573796,
            "stop": 872573809
        },
        {
            "start": 872573816,
            "stop": 872573820
        },
        {
            "start": 872573880,
            "stop": 872573940
        },
        {
            "start": 872574060,
            "stop": 872574070
        },
        {
            "start": 872574077,
            "stop": 872574159
        },
        {
            "start": 872574166,
            "stop": 872574174
        },
        {
            "start": 872575026,
            "stop": 872575048
        },
        {
            "start": 872575056,
            "stop": 872575059
        },
        {
            "start": 872575066,
            "stop": 872575079
        },
        {
            "start": 872575086,
            "stop": 872575088
        },
        {
            "start": 872575100,
            "stop": 872575121
        },
        {
            "start": 872576504,
            "stop": 872577425
        },
        {
            "start": 872577461,
            "stop": 872578204
        },
        {
            "start": 872578221,
            "stop": 872578243
        }
    ]
}