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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=120",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 121,
    "results": [
        {
            "start": 836922557,
            "stop": 836923305
        },
        {
            "start": 836923387,
            "stop": 836924801
        },
        {
            "start": 836925116,
            "stop": 836930332
        },
        {
            "start": 836930748,
            "stop": 836934040
        },
        {
            "start": 836934848,
            "stop": 836935827
        },
        {
            "start": 836950358,
            "stop": 836953977
        },
        {
            "start": 836954270,
            "stop": 836974081
        },
        {
            "start": 836974945,
            "stop": 836975512
        },
        {
            "start": 836975724,
            "stop": 836983657
        },
        {
            "start": 836985336,
            "stop": 837005175
        },
        {
            "start": 837005822,
            "stop": 837007635
        },
        {
            "start": 837007720,
            "stop": 837009253
        },
        {
            "start": 837009303,
            "stop": 837017263
        },
        {
            "start": 837017773,
            "stop": 837023377
        },
        {
            "start": 837024072,
            "stop": 837029806
        },
        {
            "start": 837029905,
            "stop": 837029906
        },
        {
            "start": 837029921,
            "stop": 837036975
        },
        {
            "start": 837037544,
            "stop": 837071591
        },
        {
            "start": 837073845,
            "stop": 837086506
        },
        {
            "start": 837093498,
            "stop": 837099346
        }
    ]
}