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/S6/timelines/H1_CW_CAT1/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/S6/timelines/H1_CW_CAT1/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=216",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 217,
    "results": [
        {
            "start": 957831278,
            "stop": 957837425
        },
        {
            "start": 957842569,
            "stop": 957849007
        },
        {
            "start": 957852773,
            "stop": 957892149
        },
        {
            "start": 957900371,
            "stop": 957900805
        },
        {
            "start": 957902440,
            "stop": 957902938
        },
        {
            "start": 957904077,
            "stop": 957908817
        },
        {
            "start": 957909801,
            "stop": 957913767
        },
        {
            "start": 957915261,
            "stop": 957915412
        },
        {
            "start": 957917560,
            "stop": 957972608
        },
        {
            "start": 957977815,
            "stop": 957987906
        },
        {
            "start": 957992387,
            "stop": 958011246
        },
        {
            "start": 958012911,
            "stop": 958022606
        },
        {
            "start": 958024884,
            "stop": 958037684
        },
        {
            "start": 958040365,
            "stop": 958041645
        },
        {
            "start": 958043233,
            "stop": 958082886
        },
        {
            "start": 958084611,
            "stop": 958104058
        },
        {
            "start": 958105517,
            "stop": 958112559
        },
        {
            "start": 958112563,
            "stop": 958113004
        },
        {
            "start": 958113008,
            "stop": 958113337
        },
        {
            "start": 958113341,
            "stop": 958113356
        }
    ]
}