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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=177",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 178,
    "results": [
        {
            "start": 842922490,
            "stop": 842922505
        },
        {
            "start": 842922506,
            "stop": 842922562
        },
        {
            "start": 842922566,
            "stop": 842922567
        },
        {
            "start": 842922568,
            "stop": 842922595
        },
        {
            "start": 842924511,
            "stop": 842928244
        },
        {
            "start": 842929003,
            "stop": 842967493
        },
        {
            "start": 842968301,
            "stop": 842972951
        },
        {
            "start": 842975106,
            "stop": 842981113
        },
        {
            "start": 842982781,
            "stop": 842986069
        },
        {
            "start": 842986774,
            "stop": 842987103
        },
        {
            "start": 842987106,
            "stop": 842987110
        },
        {
            "start": 842987115,
            "stop": 842987118
        },
        {
            "start": 842987122,
            "stop": 842988967
        },
        {
            "start": 842989684,
            "stop": 842994493
        },
        {
            "start": 842995635,
            "stop": 842996021
        },
        {
            "start": 842996602,
            "stop": 842997968
        },
        {
            "start": 842998604,
            "stop": 842999770
        },
        {
            "start": 843000650,
            "stop": 843025573
        },
        {
            "start": 843026915,
            "stop": 843105359
        },
        {
            "start": 843106874,
            "stop": 843108832
        }
    ]
}