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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=17",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 18,
    "results": [
        {
            "start": 817688565,
            "stop": 817689447
        },
        {
            "start": 817701704,
            "stop": 817707343
        },
        {
            "start": 817708634,
            "stop": 817714726
        },
        {
            "start": 817723423,
            "stop": 817730666
        },
        {
            "start": 817730835,
            "stop": 817753213
        },
        {
            "start": 817757865,
            "stop": 817760992
        },
        {
            "start": 817761024,
            "stop": 817764673
        },
        {
            "start": 817765466,
            "stop": 817766187
        },
        {
            "start": 817768021,
            "stop": 817770767
        },
        {
            "start": 817774855,
            "stop": 817781833
        },
        {
            "start": 817782558,
            "stop": 817795680
        },
        {
            "start": 817795712,
            "stop": 817796352
        },
        {
            "start": 817796384,
            "stop": 817805952
        },
        {
            "start": 817805984,
            "stop": 817820032
        },
        {
            "start": 817820064,
            "stop": 817821553
        },
        {
            "start": 817822627,
            "stop": 817823616
        },
        {
            "start": 817823648,
            "stop": 817824427
        },
        {
            "start": 817828411,
            "stop": 817829006
        },
        {
            "start": 817829052,
            "stop": 817831232
        },
        {
            "start": 817831264,
            "stop": 817833536
        }
    ]
}