Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4952
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4953",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4951",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4952,
    "results": [
        {
            "start": 874436405,
            "stop": 874436414
        },
        {
            "start": 874436421,
            "stop": 874436476
        },
        {
            "start": 874436483,
            "stop": 874436499
        },
        {
            "start": 874436506,
            "stop": 874436539
        },
        {
            "start": 874436546,
            "stop": 874436564
        },
        {
            "start": 874436572,
            "stop": 874436628
        },
        {
            "start": 874436635,
            "stop": 874436642
        },
        {
            "start": 874436656,
            "stop": 874436734
        },
        {
            "start": 874436742,
            "stop": 874436761
        },
        {
            "start": 874438904,
            "stop": 874439857
        },
        {
            "start": 874441095,
            "stop": 874443053
        },
        {
            "start": 874443067,
            "stop": 874443275
        },
        {
            "start": 874443282,
            "stop": 874443386
        },
        {
            "start": 874443393,
            "stop": 874443536
        },
        {
            "start": 874443544,
            "stop": 874443592
        },
        {
            "start": 874443600,
            "stop": 874443636
        },
        {
            "start": 874443644,
            "stop": 874443664
        },
        {
            "start": 874443671,
            "stop": 874443717
        },
        {
            "start": 874443724,
            "stop": 874443770
        },
        {
            "start": 874443778,
            "stop": 874443790
        }
    ]
}