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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3077",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3075",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3076,
    "results": [
        {
            "start": 865898520,
            "stop": 865901080
        },
        {
            "start": 865901085,
            "stop": 865901100
        },
        {
            "start": 865901160,
            "stop": 865905396
        },
        {
            "start": 865905399,
            "stop": 865906440
        },
        {
            "start": 865906500,
            "stop": 865907572
        },
        {
            "start": 865907575,
            "stop": 865907700
        },
        {
            "start": 865907760,
            "stop": 865909020
        },
        {
            "start": 865909080,
            "stop": 865918020
        },
        {
            "start": 865918080,
            "stop": 865919160
        },
        {
            "start": 865919220,
            "stop": 865922220
        },
        {
            "start": 865922280,
            "stop": 865932600
        },
        {
            "start": 865932660,
            "stop": 865944947
        },
        {
            "start": 865944953,
            "stop": 865944960
        },
        {
            "start": 865945140,
            "stop": 865945620
        },
        {
            "start": 865945680,
            "stop": 865947214
        },
        {
            "start": 865947763,
            "stop": 865948800
        },
        {
            "start": 865948860,
            "stop": 865949783
        },
        {
            "start": 865949786,
            "stop": 865949826
        },
        {
            "start": 865949829,
            "stop": 865949834
        },
        {
            "start": 865950246,
            "stop": 865950480
        }
    ]
}