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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=783",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=781",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 782,
    "results": [
        {
            "start": 857523076,
            "stop": 857523736
        },
        {
            "start": 857525989,
            "stop": 857532109
        },
        {
            "start": 857532350,
            "stop": 857537030
        },
        {
            "start": 857537355,
            "stop": 857544315
        },
        {
            "start": 857544465,
            "stop": 857547495
        },
        {
            "start": 857547702,
            "stop": 857548602
        },
        {
            "start": 857548755,
            "stop": 857550315
        },
        {
            "start": 857551863,
            "stop": 857559603
        },
        {
            "start": 857559846,
            "stop": 857560866
        },
        {
            "start": 857560986,
            "stop": 857568426
        },
        {
            "start": 857569734,
            "stop": 857574174
        },
        {
            "start": 857574524,
            "stop": 857579384
        },
        {
            "start": 857579545,
            "stop": 857580625
        },
        {
            "start": 857582097,
            "stop": 857583237
        },
        {
            "start": 857586330,
            "stop": 857590710
        },
        {
            "start": 857590979,
            "stop": 857591639
        },
        {
            "start": 857593943,
            "stop": 857596823
        },
        {
            "start": 857598039,
            "stop": 857598759
        },
        {
            "start": 857600102,
            "stop": 857600582
        },
        {
            "start": 857601044,
            "stop": 857604524
        }
    ]
}