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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=425",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=423",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 424,
    "results": [
        {
            "start": 827157405,
            "stop": 827157513
        },
        {
            "start": 827157521,
            "stop": 827157679
        },
        {
            "start": 827157686,
            "stop": 827157687
        },
        {
            "start": 827157695,
            "stop": 827157944
        },
        {
            "start": 827157951,
            "stop": 827158172
        },
        {
            "start": 827158180,
            "stop": 827158282
        },
        {
            "start": 827158289,
            "stop": 827158370
        },
        {
            "start": 827158450,
            "stop": 827158611
        },
        {
            "start": 827158618,
            "stop": 827158738
        },
        {
            "start": 827158745,
            "stop": 827158835
        },
        {
            "start": 827158846,
            "stop": 827158955
        },
        {
            "start": 827158962,
            "stop": 827158991
        },
        {
            "start": 827158999,
            "stop": 827159869
        },
        {
            "start": 827159876,
            "stop": 827159909
        },
        {
            "start": 827159919,
            "stop": 827160112
        },
        {
            "start": 827160120,
            "stop": 827160410
        },
        {
            "start": 827160490,
            "stop": 827161512
        },
        {
            "start": 827164157,
            "stop": 827164651
        },
        {
            "start": 827164665,
            "stop": 827164863
        },
        {
            "start": 827164876,
            "stop": 827165204
        }
    ]
}