Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=307
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=306",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 307,
    "results": [
        {
            "start": 869615410,
            "stop": 869616242
        },
        {
            "start": 869617306,
            "stop": 869617345
        },
        {
            "start": 869619478,
            "stop": 869648676
        },
        {
            "start": 869649455,
            "stop": 869659577
        },
        {
            "start": 869659581,
            "stop": 869659696
        },
        {
            "start": 869659706,
            "stop": 869659799
        },
        {
            "start": 869659805,
            "stop": 869659820
        },
        {
            "start": 869659824,
            "stop": 869659988
        },
        {
            "start": 869659993,
            "stop": 869660008
        },
        {
            "start": 869660015,
            "stop": 869660034
        },
        {
            "start": 869660039,
            "stop": 869660098
        },
        {
            "start": 869660103,
            "stop": 869660162
        },
        {
            "start": 869660168,
            "stop": 869660180
        },
        {
            "start": 869660189,
            "stop": 869660203
        },
        {
            "start": 869660209,
            "stop": 869660224
        },
        {
            "start": 869660230,
            "stop": 869660265
        },
        {
            "start": 869660270,
            "stop": 869660302
        },
        {
            "start": 869660306,
            "stop": 869660320
        },
        {
            "start": 869660327,
            "stop": 869660347
        },
        {
            "start": 869660353,
            "stop": 869660368
        }
    ]
}