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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10015",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10013",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10014,
    "results": [
        {
            "start": 872313826,
            "stop": 872313894
        },
        {
            "start": 872314080,
            "stop": 872314085
        },
        {
            "start": 872314184,
            "stop": 872314437
        },
        {
            "start": 872314492,
            "stop": 872314506
        },
        {
            "start": 872314671,
            "stop": 872314855
        },
        {
            "start": 872314922,
            "stop": 872314942
        },
        {
            "start": 872315028,
            "stop": 872315031
        },
        {
            "start": 872315110,
            "stop": 872315142
        },
        {
            "start": 872315203,
            "stop": 872315205
        },
        {
            "start": 872315241,
            "stop": 872315626
        },
        {
            "start": 872315778,
            "stop": 872315816
        },
        {
            "start": 872315852,
            "stop": 872315864
        },
        {
            "start": 872315901,
            "stop": 872316715
        },
        {
            "start": 872316751,
            "stop": 872317523
        },
        {
            "start": 872317574,
            "stop": 872317732
        },
        {
            "start": 872317768,
            "stop": 872317820
        },
        {
            "start": 872317837,
            "stop": 872318475
        },
        {
            "start": 872318513,
            "stop": 872319540
        },
        {
            "start": 872319576,
            "stop": 872319647
        },
        {
            "start": 872319683,
            "stop": 872319740
        }
    ]
}