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=4982
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=4983",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4981",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4982,
    "results": [
        {
            "start": 874509314,
            "stop": 874509360
        },
        {
            "start": 874509368,
            "stop": 874509371
        },
        {
            "start": 874509379,
            "stop": 874509401
        },
        {
            "start": 874509409,
            "stop": 874509444
        },
        {
            "start": 874509451,
            "stop": 874509453
        },
        {
            "start": 874509461,
            "stop": 874509485
        },
        {
            "start": 874509496,
            "stop": 874509499
        },
        {
            "start": 874509506,
            "stop": 874509508
        },
        {
            "start": 874509522,
            "stop": 874509535
        },
        {
            "start": 874509543,
            "stop": 874509545
        },
        {
            "start": 874509570,
            "stop": 874509587
        },
        {
            "start": 874509594,
            "stop": 874509596
        },
        {
            "start": 874509603,
            "stop": 874509626
        },
        {
            "start": 874509637,
            "stop": 874509737
        },
        {
            "start": 874509744,
            "stop": 874509753
        },
        {
            "start": 874509764,
            "stop": 874509778
        },
        {
            "start": 874509785,
            "stop": 874509804
        },
        {
            "start": 874509811,
            "stop": 874509817
        },
        {
            "start": 874509825,
            "stop": 874509840
        },
        {
            "start": 874509848,
            "stop": 874509945
        }
    ]
}