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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=316",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 317,
    "results": [
        {
            "start": 935439328,
            "stop": 935439908
        },
        {
            "start": 935441728,
            "stop": 935442015
        },
        {
            "start": 935442255,
            "stop": 935442289
        },
        {
            "start": 935442409,
            "stop": 935443204
        },
        {
            "start": 935443207,
            "stop": 935443408
        },
        {
            "start": 935443528,
            "stop": 935443588
        },
        {
            "start": 935443648,
            "stop": 935443682
        },
        {
            "start": 935443700,
            "stop": 935443898
        },
        {
            "start": 935453782,
            "stop": 935453908
        },
        {
            "start": 935454028,
            "stop": 935454229
        },
        {
            "start": 935454349,
            "stop": 935454388
        },
        {
            "start": 935454508,
            "stop": 935454688
        },
        {
            "start": 935454748,
            "stop": 935454851
        },
        {
            "start": 935454854,
            "stop": 935454988
        },
        {
            "start": 935455048,
            "stop": 935455288
        },
        {
            "start": 935455408,
            "stop": 935455468
        },
        {
            "start": 935455528,
            "stop": 935455888
        },
        {
            "start": 935455948,
            "stop": 935456020
        },
        {
            "start": 935456022,
            "stop": 935456415
        },
        {
            "start": 935456595,
            "stop": 935456750
        }
    ]
}