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/H2_STOCH_CAT1/segments?format=api&page=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=193",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 194,
    "results": [
        {
            "start": 847122416,
            "stop": 847123177
        },
        {
            "start": 847123180,
            "stop": 847133877
        },
        {
            "start": 847181955,
            "stop": 847206352
        },
        {
            "start": 847206358,
            "stop": 847217321
        },
        {
            "start": 847217324,
            "stop": 847223212
        },
        {
            "start": 847223217,
            "stop": 847223219
        },
        {
            "start": 847223222,
            "stop": 847223868
        },
        {
            "start": 847223871,
            "stop": 847228175
        },
        {
            "start": 847228178,
            "stop": 847230613
        },
        {
            "start": 847231867,
            "stop": 847232526
        },
        {
            "start": 847232693,
            "stop": 847237364
        },
        {
            "start": 847238294,
            "stop": 847239486
        },
        {
            "start": 847263827,
            "stop": 847266140
        },
        {
            "start": 847266491,
            "stop": 847287852
        },
        {
            "start": 847287855,
            "stop": 847317962
        },
        {
            "start": 847320045,
            "stop": 847334435
        },
        {
            "start": 847346961,
            "stop": 847361044
        },
        {
            "start": 847361262,
            "stop": 847381428
        },
        {
            "start": 847382390,
            "stop": 847383613
        },
        {
            "start": 847396581,
            "stop": 847402627
        }
    ]
}