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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=3",
    "results_count": 230,
    "results_per_page": 20,
    "num_pages": 12,
    "page_number": 4,
    "results": [
        {
            "start": 826709218,
            "stop": 827006464
        },
        {
            "start": 827009084,
            "stop": 827606893
        },
        {
            "start": 829412600,
            "stop": 829432664
        },
        {
            "start": 829432919,
            "stop": 829504864
        },
        {
            "start": 829508084,
            "stop": 829515664
        },
        {
            "start": 829516004,
            "stop": 829518664
        },
        {
            "start": 829518719,
            "stop": 829931028
        },
        {
            "start": 829932119,
            "stop": 829932201
        },
        {
            "start": 829932719,
            "stop": 830026864
        },
        {
            "start": 830027264,
            "stop": 830617264
        },
        {
            "start": 830633519,
            "stop": 830642464
        },
        {
            "start": 830644604,
            "stop": 831225664
        },
        {
            "start": 831227504,
            "stop": 831230632
        },
        {
            "start": 832443049,
            "stop": 833046722
        },
        {
            "start": 833047318,
            "stop": 833642704
        },
        {
            "start": 833643118,
            "stop": 833648464
        },
        {
            "start": 833649404,
            "stop": 833656663
        },
        {
            "start": 834858782,
            "stop": 834865264
        },
        {
            "start": 834866444,
            "stop": 835315229
        },
        {
            "start": 835315230,
            "stop": 835401664
        }
    ]
}