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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=315",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 316,
    "results": [
        {
            "start": 822382859,
            "stop": 822382913
        },
        {
            "start": 822382922,
            "stop": 822382928
        },
        {
            "start": 822382960,
            "stop": 822382976
        },
        {
            "start": 822382980,
            "stop": 822382988
        },
        {
            "start": 822383157,
            "stop": 822383164
        },
        {
            "start": 822383199,
            "stop": 822384420
        },
        {
            "start": 822384660,
            "stop": 822384720
        },
        {
            "start": 822384960,
            "stop": 822385020
        },
        {
            "start": 822385080,
            "stop": 822385140
        },
        {
            "start": 822385200,
            "stop": 822385560
        },
        {
            "start": 822385620,
            "stop": 822385944
        },
        {
            "start": 822386072,
            "stop": 822386568
        },
        {
            "start": 822386718,
            "stop": 822389494
        },
        {
            "start": 822389501,
            "stop": 822392725
        },
        {
            "start": 822392732,
            "stop": 822393023
        },
        {
            "start": 822393778,
            "stop": 822393826
        },
        {
            "start": 822393830,
            "stop": 822393840
        },
        {
            "start": 822393844,
            "stop": 822393850
        },
        {
            "start": 822397076,
            "stop": 822398167
        },
        {
            "start": 822398174,
            "stop": 822401982
        }
    ]
}