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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2197",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2198,
    "results": [
        {
            "start": 872533791,
            "stop": 872533844
        },
        {
            "start": 872533879,
            "stop": 872533919
        },
        {
            "start": 872533936,
            "stop": 872533939
        },
        {
            "start": 872543861,
            "stop": 872543863
        },
        {
            "start": 872543901,
            "stop": 872543918
        },
        {
            "start": 872543941,
            "stop": 872543954
        },
        {
            "start": 872543975,
            "stop": 872544013
        },
        {
            "start": 872544030,
            "stop": 872544052
        },
        {
            "start": 872544069,
            "stop": 872544285
        },
        {
            "start": 872544291,
            "stop": 872544395
        },
        {
            "start": 872544400,
            "stop": 872545349
        },
        {
            "start": 872545355,
            "stop": 872545378
        },
        {
            "start": 872545921,
            "stop": 872545983
        },
        {
            "start": 872545988,
            "stop": 872546045
        },
        {
            "start": 872546051,
            "stop": 872546114
        },
        {
            "start": 872546119,
            "stop": 872546268
        },
        {
            "start": 872546273,
            "stop": 872546544
        },
        {
            "start": 872546561,
            "stop": 872546665
        },
        {
            "start": 872546671,
            "stop": 872546741
        },
        {
            "start": 872546760,
            "stop": 872546869
        }
    ]
}