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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=216",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 217,
    "results": [
        {
            "start": 821674684,
            "stop": 821674688
        },
        {
            "start": 821674691,
            "stop": 821674724
        },
        {
            "start": 821674727,
            "stop": 821674729
        },
        {
            "start": 821674732,
            "stop": 821674744
        },
        {
            "start": 821674747,
            "stop": 821674774
        },
        {
            "start": 821674777,
            "stop": 821674788
        },
        {
            "start": 821674791,
            "stop": 821674845
        },
        {
            "start": 821674850,
            "stop": 821674912
        },
        {
            "start": 821674915,
            "stop": 821674930
        },
        {
            "start": 821674933,
            "stop": 821674937
        },
        {
            "start": 821674940,
            "stop": 821674943
        },
        {
            "start": 821674946,
            "stop": 821674948
        },
        {
            "start": 821674951,
            "stop": 821674966
        },
        {
            "start": 821674969,
            "stop": 821674972
        },
        {
            "start": 821674975,
            "stop": 821675016
        },
        {
            "start": 821675019,
            "stop": 821675026
        },
        {
            "start": 821675029,
            "stop": 821675069
        },
        {
            "start": 821675072,
            "stop": 821675111
        },
        {
            "start": 821675114,
            "stop": 821675138
        },
        {
            "start": 821675141,
            "stop": 821675223
        }
    ]
}