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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4246",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4247,
    "results": [
        {
            "start": 874576980,
            "stop": 874577052
        },
        {
            "start": 874577071,
            "stop": 874577097
        },
        {
            "start": 874577116,
            "stop": 874577246
        },
        {
            "start": 874577265,
            "stop": 874577288
        },
        {
            "start": 874577308,
            "stop": 874577330
        },
        {
            "start": 874577350,
            "stop": 874577528
        },
        {
            "start": 874577548,
            "stop": 874577757
        },
        {
            "start": 874577776,
            "stop": 874577809
        },
        {
            "start": 874577836,
            "stop": 874578010
        },
        {
            "start": 874578029,
            "stop": 874578089
        },
        {
            "start": 874578108,
            "stop": 874578121
        },
        {
            "start": 874578141,
            "stop": 874578164
        },
        {
            "start": 874578184,
            "stop": 874578212
        },
        {
            "start": 874578233,
            "stop": 874578356
        },
        {
            "start": 874578375,
            "stop": 874578391
        },
        {
            "start": 874578410,
            "stop": 874578487
        },
        {
            "start": 874578506,
            "stop": 874578561
        },
        {
            "start": 874578587,
            "stop": 874578588
        },
        {
            "start": 874578674,
            "stop": 874578688
        },
        {
            "start": 874578707,
            "stop": 874578714
        }
    ]
}